CompuServe Thread

#Is this a bug?

2 messages in this thread
#7286From: Lee ChubbJul 21, 1993 10:56 AM
After a few hard hours of work, I often find that your C++ Mac is unable to load my precompiled header file. In less advanced cases, closing and saving open windows frees enough memory to allow it, but sometimes even that isn't enough and I have to quit and restart the program. Wuz UP? Lee
#7343From: Robin HensonJul 21, 1993 10:07 PM
Lee, C++ compilers seem to use *lots* of memory. You probably need to allocate more memory to the TPM application. (I'm up to 5MB. 4MB won't hack it, even for a fairly small project.) Regards, Robin