Page 2 of 2

Re: Dev_use how to use?

Posted: Mon Mar 04, 2024 9:55 pm
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...

Re: Dev_use how to use?

Posted: Mon Mar 04, 2024 9:59 pm
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!

Re: Dev_use how to use?

Posted: Tue Mar 05, 2024 7:21 am
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.