Search code examples
basicqbasicquickbasic

Open Files Created with BSAVE in QuickBasic?


I have some files that were created using BSAVE in QuickBasic. I'm wondering how I can load/view these files?


Solution

  • I received assistance over at the FreeBasic forums. Its easy to do if you download and install the FreeBasic compiler / IDE. Here is the relevant thread: http://www.freebasic.net/forum/viewtopic.php?t=12554&postdays=0&postorder=asc&start=0 Essentially, it loads the image using BLOAD like one normally would and then BSAVEs it as a BMP. I suppose it would be pretty easy to create an app. that did this by just prompting for source and output files...