1. QB->Euphoria Question

In qbasic, you can load image files saved with BSAVE with:

DEF SEG=VARSEG(Array(0))
BLOAD path$,VARPTR(Array(0))
DEF SEG

Is there a way to convert this loading process to Euphoria (or does anyone
know the format BSAVE uses)? Qbasic's help says that VARPTR and VARSEG returns
the address of the variable in the argument. DEF SEG sets the memory address
that BLOAD looks at.

Thanks,
Abraham Harte

new topic     » topic index » view message » categorize

2. QB->Euphoria Question

Hi Abraham,

I use to play with QB a few years ago.

As for the BSAVE / BLOAD format you only need to skip the first 7 bytes
then read the rest  on to the screen when its in 320x200 mode.

Hope this helps
Peter

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu