Posted by Barbara Brazil on August 23, 2017 at 15:04:04:
In Reply to: Re: Program Too Large for Partition posted by Barbara Brazil on August 23, 2017 at 12:19:37:
Ok we dusted off the old compiler source code and I see why you're getting the E62. There's something called the "Load Length" of the program. That is the code length plus the constants plus the formats. That total has to be < 64K. Your new object is 230 bytes over that limit. Comparing it with the old object I see you have 132 bytes more of constants/formats and 334 more bytes of code. If you need to run this under Comet16 you're going to have to find a way to reduce the size. It does appear to run under Comet32 although I get errors because I don't have the data files it uses.
CONSTANTS 12264
FORMATS 5328
CODE 48174
TOTAL 65766
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.