Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compiling trouble

Status
Not open for further replies.

elspork

Programmer
Dec 17, 2003
4
0
0
US
I'm an intermediate qbasic programmer, and I have a few programs worked to a point where I'd like to show them to some others for input. However, I've only had success compiling much simpler programs. I'm getting errors that I don't understand, and I'm hoping someone will try to compile them and tell me if they can see a problem.

The error I get is 'data memory overflow.' I've tried some others' advice, but nothing has worked. I'm using qb.lib and qb.bi, and since there is a CALL ABSOLUTE overlap between them, I commented the CALL ABSOLUTE line out of qb.bi. I know this makes it difficult for others to run these programs, but it won't matter if they're compiled, right?

anyway, the programs and my modified qb.bi can be downloaded at
thanks in advance for any help

Michael H
 
make variables long instead of integers. try that.

try:

deflng a-z

at the top of your code. slower, but it might work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top