i'm using the lastest dagon release, i updated my cvs this morning, i can compile with no problems in release mode, yet when i compile in debug i get
OgreMain fatal error C1060: compiler is out of heap space
OgreMain fatal error C1063: INTERNAL COMPILER ERROR
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Im using VC2003 i increased the Heap commit size to 4096, 8192, and 16384 but i still get the same error, before i go and change the setting again im asking for help as i have do a rebuild everytime i change the setting. Am i missing something simple
When I see that kind of errors, I usually do a complete rebuild first, to see if it takes care of the problem, before changing any compiler/linker settings - especially after an Ogre CVS update.
But that's just me!
You used the /Zm flag? Whatever cpp file is giving you a headach, you can just right click it and set its specific compiler flag to something like /Zm200 all the way to 800 I would try.