Re: "Program code area full" [message #576] |
Thu, 01 October 1992 12:59 |
zawodny
Messages: 121 Registered: August 1992
|
Senior Member |
|
|
Yet another point/observation. If IDL knows enough to print an error message
why can't it just dynamically allocate some more memory to do the job and not
bother the user.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- *-*-*-*-*-*-*-*-*-*
Joseph M. Zawodny (KO4LW) NASA Langley Research Center
zawodny@arbd0.larc.nasa.gov MS-475, Hampton VA, 23681
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- *-*-*-*-*-*-*-*-*-*
|
|
|
Re: "Program code area full" [message #577 is a reply to message #576] |
Wed, 30 September 1992 08:45  |
zawodny
Messages: 121 Registered: August 1992
|
Senior Member |
|
|
Try using the .SIZE command to increase the data and code areas beyond the
default values. The only other time I've seen the "Program area full"
message is when I've tried to run a program as a proceedure.
Query to the IDL folks: Why is there a need to limit this space anyway?
What USEFUL function does it provide?
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- *-*-*-*-*-*-*-*-*-*
Joseph M. Zawodny (KO4LW) NASA Langley Research Center
zawodny@arbd0.larc.nasa.gov MS-475, Hampton VA, 23681
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- *-*-*-*-*-*-*-*-*-*
|
|
|