1. QB->Euphoria Question
- Posted by DHarte at AOL.COM Feb 18, 1999
- 446 views
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
2. QB->Euphoria Question
- Posted by Peter Blue <PeterBlue at COMPUSERVE.COM> Feb 18, 1999
- 487 views
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