Severe Error when making EXE file
Posted: Mon Oct 05, 2009 10:46 pm
I have 5 arrays that I have dimensioned.
When I run the EXE compilier I get A Severe Error.
Data Memory Over flow on the 4th DIM statement (DIM SHARED xbox)
It doesn't ever make it to the 5th DIM statement. (see below)
DIM ft$(21) (A string array 21 strings 28 characters length)
DIM deg(21) (A numeral array 2 digit x 21)
DIM Shared box(1 to 16000) (A graphics GET / PUT Array)
DIM Shared xbox(1 to 360) (A numeral varible to the 5th decimal place)
DIM Shared box2(1 to 16000) (A graphics GET / PUT Array)
Am I exceeding the memory limits. I tried STATIC DIM SHARED and DYNAMIC DIM SHARED with /AH at the command line.
Am I going to have to make my arrays smaller?
Thanks for any help!
Mark... KC0NFS (ham radio call sign)
When I run the EXE compilier I get A Severe Error.
Data Memory Over flow on the 4th DIM statement (DIM SHARED xbox)
It doesn't ever make it to the 5th DIM statement. (see below)
DIM ft$(21) (A string array 21 strings 28 characters length)
DIM deg(21) (A numeral array 2 digit x 21)
DIM Shared box(1 to 16000) (A graphics GET / PUT Array)
DIM Shared xbox(1 to 360) (A numeral varible to the 5th decimal place)
DIM Shared box2(1 to 16000) (A graphics GET / PUT Array)
Am I exceeding the memory limits. I tried STATIC DIM SHARED and DYNAMIC DIM SHARED with /AH at the command line.
Am I going to have to make my arrays smaller?
Thanks for any help!
Mark... KC0NFS (ham radio call sign)