MAGEPROM Missing XTRAS File?

Anything QL Software or Programming Related.
Post Reply
User avatar
t0nyt
QL Wafer Drive
Posts: 1122
Joined: Wed Nov 22, 2023 6:46 pm
Location: UK

MAGEPROM Missing XTRAS File?

Post by t0nyt »

I'm trying to see what MAGEPROM (https://dilwyn.theqlforum.com/qlrom/index.html) does

But the boot file tries to load a file called "XTRAS" which isn't in the zip file

Does anyone know what this file is, and if it's available please?

Many thanks
Tony


User avatar
RalfR
QL Wafer Drive
Posts: 1259
Joined: Fri Jun 15, 2018 8:58 pm

Re: MAGEPROM Missing XTRAS File?

Post by RalfR »

"XTRAS" is the the standard "Turbo-toolkit" from DP.


7000 4E75
User avatar
t0nyt
QL Wafer Drive
Posts: 1122
Joined: Wed Nov 22, 2023 6:46 pm
Location: UK

Re: MAGEPROM Missing XTRAS File?

Post by t0nyt »

RalfR wrote: Mon Aug 25, 2025 3:31 pm "XTRAS" is the the standard "Turbo-toolkit" from DP.
Thanks Ralf, but I can't find any file called XTRAS in the Turbo Toolkit download (or any other zip on that page)

Any ideas what I'm missing please? Have never used Turbo Toolkit

Many thanks
Tony


User avatar
RalfR
QL Wafer Drive
Posts: 1259
Joined: Fri Jun 15, 2018 8:58 pm

Re: MAGEPROM Missing XTRAS File?

Post by RalfR »

XTRAS is the Turbo Toolkit as a runtime version. You can use the standard Turbo toolkit.

https://dilwyn.theqlforum.com/turbo/trbot14.zip


7000 4E75
User avatar
t0nyt
QL Wafer Drive
Posts: 1122
Joined: Wed Nov 22, 2023 6:46 pm
Location: UK

Re: MAGEPROM Missing XTRAS File?

Post by t0nyt »

RalfR wrote: Mon Aug 25, 2025 4:02 pm XTRAS is the Turbo Toolkit as a runtime version. You can use the standard Turbo toolkit.

https://dilwyn.theqlforum.com/turbo/trbot14.zip
Ok, many thanks!


User avatar
dilwyn
Mr QL
Posts: 3169
Joined: Wed Dec 01, 2010 10:39 pm

Re: MAGEPROM Missing XTRAS File?

Post by dilwyn »

It may also have been the Supercharge compiler extensions which I think were actually called extras or xtras.


User avatar
RalfR
QL Wafer Drive
Posts: 1259
Joined: Fri Jun 15, 2018 8:58 pm

Re: MAGEPROM Missing XTRAS File?

Post by RalfR »

Yes, but "magep.exe" is turbo compiled.


7000 4E75
User avatar
t0nyt
QL Wafer Drive
Posts: 1122
Joined: Wed Nov 22, 2023 6:46 pm
Location: UK

Re: MAGEPROM Missing XTRAS File?

Post by t0nyt »

dilwyn wrote: Mon Aug 25, 2025 7:58 pm It may also have been the Supercharge compiler extensions which I think were actually called extras or xtras.
Thanks Dilwyn

I loaded the turbo_tk_code from ralf’s link and that did the trick for me with mageprom


User avatar
dilwyn
Mr QL
Posts: 3169
Joined: Wed Dec 01, 2010 10:39 pm

Re: MAGEPROM Missing XTRAS File?

Post by dilwyn »

t0nyt wrote: Mon Aug 25, 2025 8:08 pm
dilwyn wrote: Mon Aug 25, 2025 7:58 pm It may also have been the Supercharge compiler extensions which I think were actually called extras or xtras.
Thanks Dilwyn

I loaded the turbo_tk_code from ralf’s link and that did the trick for me with mageprom
There's some overlap of keyword names in both, so sometimes they are interchangeable if you are lucky, sometimes not, depending on what extensions the program used.

In this case, looking at the code of magep_exe in an editor it was Turbo compiled, so yes, use Turbo Toolkit.

If you're not sure how to check if a program is Turbo or Supercharge compiled, you can usually tell from the boot program which of the two sets of compiler extensions is needed - the boot program will allocate 6KB or more for Turbo Toolkit, or only about 1KB for Supercharge extensions.


User avatar
RalfR
QL Wafer Drive
Posts: 1259
Joined: Fri Jun 15, 2018 8:58 pm

Re: MAGEPROM Missing XTRAS File?

Post by RalfR »

dilwyn wrote: Mon Aug 25, 2025 8:30 pmIn this case, looking at the code of magep_exe in an editor it was Turbo compiled, so yes, use Turbo Toolkit.
That's what I have done :D .


7000 4E75
Post Reply