开发者

Open Files Created with BSAVE in QuickBasic?

开发者 https://www.devze.com 2022-12-29 00:18 出处:网络
开发者_JS百科I have some files that were created using BSAVE in QuickBasic. I\'m wondering how I can load/view these files?I received assistance over at the FreeBasic forums. Its easy to do if you dow

开发者_JS百科I have some files that were created using BSAVE in QuickBasic. I'm wondering how I can load/view these files?


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...


I would try installing pcpaint (free) http://www.shdon.com/software/pcpaint Change the extension to .PIC and try to open it. Apparently this program used bsave to save images with the extention .pic. Hope this works!

0

精彩评论

暂无评论...
验证码 换一张
取 消