AllExperts > Qbasic, Quickbasic 
Search      
Qbasic, Quickbasic
Volunteer
Answers to thousands of questions
 Home · More Qbasic, Quickbasic Questions · Answer Library  · Encyclopedia ·
More Qbasic, Quickbasic Answers
Question Library

Ask a question about Qbasic, Quickbasic
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Don Schullian
Expertise
I`ve worked in BASIC since the Commodore days and maintain a web site part of which is devoted to helping others with thier problems. I`m proficient in all versions of PowerBASIC but cross over to QuickBASIC and Qbasic frequently.

 
   

You are here:  Experts > Computing/Technology > Basic > Qbasic, Quickbasic > COMPILED QUCKBASIC FILE

Qbasic, Quickbasic - COMPILED QUCKBASIC FILE


Expert: Don Schullian - 3/9/2009

Question
Hello!
I have a compiled quickbasic program that runs on my machine, the machine that created the *.exe file. However, it will not run on a similar machine if I take the file to that hard drive. I compiled it as a "stand alone" module and also as a module requiring BRUN.EXE. Any suggestions?

Answer
Welcome, Dennis, to the Wild World of Programming! ;)

That said there is no "logical" reason for what you're telling me to happen. 9 out of 10 times things like this are caused by something buried in the code.

a) Are the files on the 2ed machine in the same directories as on the other machine?

b) Is there the same (or more) memory on #2 as on #1?

c) Does the code search for a serial # of the machine?

d) Are you 100% sure you've got <<all>> the files the program would be looking for transferred to #2 and in the same directories?

e) Are both machines running the EXACT SAME O/S?

These are the only questions I can think of. If you've qualified them all then I've no idea what's going on.


Add to this Answer   Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.