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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BC: Out of Memory

Status
Not open for further replies.

Joe7643

Programmer
Jan 23, 2003
1
US
Hi,

I went to compile my program today and in doing so the following error message was displayed:

BC: Out of Memory

45042 Bytes Available
0 Free

0 Warning Errors
2 Severe Errors

(end of error message)

Now, I have the whole program in one module, and I sense that this could be the problem. However, I do not have experience in splitting my program up into multiple modules and accessing it. Could anyone help? Or is there another simple solution to this?

Keep in mind that, when splitting this into many modules, I have several COMMON SHARED and DIM SHARED statements. I understand that the variables that are SHARED will not work in the other modules.

Any help would be great!

Thanks.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top