Quote Originally Posted by skimask
A bit cryptic on the 1st line...
Is it that Windows is out of memory or the PBP program is too large?
Post some code... let's see what's up...
JDG
This is a client's project, and I am not at liberty to post code. That being said, I isolated some code with ";"s and it compiled up to 5980 bytes (in the lower left window of MCSP. To be sure it was not some funky code getting by the assembly process, I isolated alternate blocks of code and it compiled up to 6 k again. I must believe it is in the amount of memory partitioned for PBP.
I read a note on the ME website about an alternate PBP compiler for large programs, but have not had time to implement it. It's unfortunate that "out of memory" can mean so many things. Anyone have to switch over to the "other PBP"?