Page 1 of 1
Old program won't load.
Posted: Mon Jun 06, 2005 8:33 am
by Hayden.
Years ago I wrote a program, took me ages. Anyway somehow I did something to the original Source file and now when I open it in QuickBASIC I can't get into the file it just hangs there.
When I open the file in notepad its encoded through Binary, I can slightly remember something about that, but yeah...
Anyone have any sugguestings?
QB file
Posted: Wed Jun 08, 2005 4:11 am
by Valerie
Did you save it in QBasic fast load?. Are you using the same version of QBasic to try to retrieve the file as you used when creating it?
Posted: Wed Jun 08, 2005 5:52 am
by buff1
For correctness sake.
a program saved in QuickBasic quickload mode cannot be read correctly
by Qbasic since it only reads and saves in text format and not a compressed mode.
Be sure you are not trying to use Qbasic instead of QuickBasic.
If it is, in fact, saved in text mode, try using the dos editor to open it, and
reduce any long lines if possible then resave and try in quickbasic.
The ms-dos editor and the quickbasic editor are basically the same except
with quickbasic it has some extra overhead that may allow you to open it
with the dos editor.
Posted: Tue Jun 14, 2005 2:33 pm
by Hayden
I've tried the versions of QuickBASIC that I had at the teim 4.5 and 7.1 to no avail. I think there may have been a command line flag that I had to set before loading it up...
I've attached the URL to the BAS file in question.
http://www.siberian.mattywired.net/imag ... AGACOM.BAS
Posted: Tue Jun 14, 2005 5:51 pm
by Ralph
Hayden:
I downloaded your file. I started QuickBASIC 4.5 (QB), then tried to open your file...QB just hung in there, with the cursor blinking at the top-right location, with a blank page. It froze on me every time.
I opened your file in Wordpad, and found that it was saved as a .bas file, though I can't say what type of BASIC program it will run on. Sorry.
Oh, I even tried to open it in VB, but it reported the file to be a binary file, and my "Working Edition" of VB6 could not load it!
Posted: Wed Jun 15, 2005 7:06 am
by Hayden
Hey thanks for trying Ralph, thats the exact problem I've been having...
Its possible it could be corrupted, but I've since lost the original source file as it was on a harddrive that has since left my hands.
Posted: Wed Jun 15, 2005 10:43 pm
by Buff1
It seems to be in quickload format though I cannot get it to load either.
The first 5 bytes appear to be the same as other files saved in quickload.
Posted: Thu Jun 16, 2005 2:20 am
by Dr_Davenstein
Weird... You could show it to Plasma, at Phatcode.net... He migh be able to figure out what's up.