From: [EMAIL PROTECTED] > I am having the same problem with CodeWarrior 8, Constructor 1.8. > My computer runs on Windows 2000 with 1GB RAM.
IIRC, the bug is that Constructor checks your available memory, but interprets it modulo 256MB. So if you have 256 or 512 or 768 or 1024MB (1GB) of RAM then it actually thinks you have zero. The workaround is to add or remove memory so it's not an even multiple of 256MB. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
