Search found 3 matches

by MrBill
Mon Feb 02, 2009 9:46 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Verifying match between Source.bas and Run.exe
Replies: 12
Views: 25755

It was definitely compiled to run stand alone without debug? that is the only way the size will come out right. As a matter of fact when I do the compile stand alone I get the exact same size? there are just a few dozen bytes toward the end, scattered among the literals (readable print characters) t...
by MrBill
Fri Jan 30, 2009 9:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Verifying match between Source.bas and Run.exe
Replies: 12
Views: 25755

As I mentioned this is a rather complex and complicated manufacturing process, and the cost of doing it wrong are high. Trying to test every path through the code would be a daunting task, so it is difficult to say if they run the same. The time stamps would suggest that I probably have the right so...
by MrBill
Thu Jan 29, 2009 4:24 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Verifying match between Source.bas and Run.exe
Replies: 12
Views: 25755

Verifying match between Source.bas and Run.exe

I have been asked to modify a QB45 program. The author is deceased. The .exe program is used to generate some complicated manufacturing process parameters. I have a .bas module with the same name and a time stamp within seconds of the .exe, but when I compile it and compare the .exe to the original ...