Dev_use how to use?

Helpful tips and guides, also new users can ask for help here.
martyn_hill
Aurora
Posts: 933
Joined: Sat Oct 25, 2014 9:53 am

Re: Dev_use how to use?

Post by martyn_hill »

Hi Jbizzel!
Jbizzel wrote: Mon Mar 04, 2024 8:48 pm My boot file looks like this - not with xxxx yyyyy zzzzz, but the file sizes.

Code: Select all

100 base1=RESPR(xxxxx) : LBYTES FLP1_PTR_GEN,base1 : CALL base1
110 base2=RESPR(yyyyy) : LBYTES FLP1_WMAN,base2 : CALL base2
120 base3=RESPR(zzzzz) : LBYTES FLP1_HOT_REXT,base3 : CALL base3

110 LRESPR FLP1_PTR_GEN
120 LRESPR FLP1_WMAN
130 LRESPR FLP1_HOT_REXT
Is there a reason why you appear to be loading and executing each extension twice?

With TK2 loaded/activated, you only need the second set of lines in your boot file, not both.

Perhaps you simply mistyped that code snippet in to the post and you are only running one of the two (mutually exclusive) sets of commands...


User avatar
Jbizzel
Chuggy Microdrive
Posts: 67
Joined: Mon Jun 19, 2023 9:56 pm
Contact:

Re: Dev_use how to use?

Post by Jbizzel »

martyn_hill wrote: Mon Mar 04, 2024 9:55 pm
Is there a reason why you appear to be loading and executing each extension twice?

Yes, there is: I don't know what I'm doing. :lol: :roll: :lol:

I thought that was perhaps what was going on!


__________________


And beyond it, the deep blue air, that shows
Nothing, and is nowhere, and is endless.

https://jbizzel.itch.io/
Derek_Stewart
Font of All Knowledge
Posts: 3975
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Dev_use how to use?

Post by Derek_Stewart »

Jbizzel wrote: Mon Mar 04, 2024 9:22 pm Hello and thanks.

tofro wrote: Mon Mar 04, 2024 8:53 pm
Try

DEF_USEN

instead.
Doesn't work. Bad name trying dev_usen flp


This link is pretty helpful to understand a bit more about these toolkits

https://oldmachinery.blogspot.com/2019/ ... r.html?m=1
Hi,

I read the link to the oldmachinery blogspot, I think he has got a few things wrong.

He does not read the Online Superbasic Manual for some reason, which describes all the Superbasic and SBASIC commands and toolkits.

The point the ALTKEY does not work in QED is nonesense, I use this all the time.


Regards,

Derek
Post Reply