Problem making QB64 use my program

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
quickuser
Newbie
Posts: 3
Joined: Wed Dec 10, 2014 4:53 pm

Problem making QB64 use my program

Post by quickuser »

Hi, I've had a simple record keeping program written long ago I still use. Final version was Quickbasic, and when my last 32 bit computer failed so did my Quickbasic. I found qb64, and now my program comes up on that in gobbledygook (screen shot). Any ideas why this happens. Thanks
Attachments
cyan shot.jpg
cyan shot.jpg (142.68 KiB) Viewed 8882 times
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Problem making QB64 use my program

Post by burger2227 »

Sure do, you saved the BAS files as Quick read instead of Text Readable. Fastest way is to get an XP computer with QB4.5 on it and Save AS Text readable.

Otherwise you can copy and Paste this code into a BAS file, compile it and use it to convert your other BAS files:

https://dl.dropboxusercontent.com/u/149 ... B45BIN.BAS" target="_blank
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
quickuser
Newbie
Posts: 3
Joined: Wed Dec 10, 2014 4:53 pm

Re: Problem making QB64 use my program

Post by quickuser »

Thank you for that. I'll get onto it .. just need to clear out the cobwebs, so long since I've done more than just . . .
I'll let you know how I get on.
quickuser
Newbie
Posts: 3
Joined: Wed Dec 10, 2014 4:53 pm

Re: Problem making QB64 use my program

Post by quickuser »

In the end it was just so simple, once you had the answer - guess I'd never have guessed it though, being out of touch with things a fair bit. Apart from saving it so that "other programs could read it" it was then a matter of changing a few variables it didn't like. Which probably explains why I couldn't compile it at the end - the version I was using never told me the variables were not permitted. Used to run it in basic.
Now I'll get back into things a bit, see what I can do with it.

Thanks again Burger
Post Reply