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.
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.