QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: cs41 on July 08, 2019, 06:34:36 pm

Title: Conversion from Binary Format
Post by: cs41 on July 08, 2019, 06:34:36 pm
Hi all,

I am new to this forum, but have used QB4.5 a lot in the past.
I am a convert to LINUX for quite a few years now  and want to reuse some of my old QB45 programs.
I have installed QB64 in my MINT 19.1 systems and runs well so far... however some of my old QB45 programs don't want to load. Others run fine so guess some were staved in Binary format  ..

Following error msg>>>    Unfortunately seems conversion utility doesn't run ??
..........

QuickBasic 4.5 binary format detected  ....  Convert to plain text

Error launching conversion utility
................

Any suggestions welcomed.

Thanks in advance

Colin S
Title: Re: Conversion from Binary Format
Post by: FellippeHeitor on July 08, 2019, 08:35:02 pm
This is a known bug in macOS and Linux versions of QB64, which I only found out about after releasing version 1.3, which is why we don’t have a fix yet (it’s a two character addition to qb64.bas, but I haven’t gotten around to releasing it yet). A temporary workaround for me on the Mac was to make my qb64 folder part of the system “path”, which (I think) will also solve the issue temporarily on Linux.
Title: Re: Conversion from Binary Format
Post by: cs41 on July 09, 2019, 10:28:00 pm
Thanks for quick reply...
Probably my best option right now is to use DOSBOX and install QB 4.5 and convert there.
Thanks again
cs.