Code: Select all
C:\Program Files\Accessories\Microsoft Visual Studio .NET\VC7\include\utility(23) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
I have tried the '/Zm' tag, but no matter how high I set the limit, it still won't compile. Any help would be greatly appreciated.
EDIT: Okay, was putting the tag in the linker command line options instead of the compiler command line options.
I have, however, encountered another problem. Now the program crashes with the following in the log file:
Code: Select all
26/03/2005 15:29:29 (InfL1) Attempting to create an Imageset from the information specified in file 'CoW_Images.imageset'.
26/03/2005 15:29:29 (Error) Exception: Imageset::xmlHandler::startElement - An unexpected error occurred while creating a Texture object from file '../Bitmaps/CoW_Images.tga'
26/03/2005 15:29:29 (Error) XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file 'CoW_Images.imageset'.
26/03/2005 15:29:29 (Error) Imageset::load - loading of Imageset from file 'CoW_Images.imageset' failed.
26/03/2005 15:29:29 (Error) Exception: WindowManager::getWindow - A Window object with the name 'ProgressBar0000' does not exist within the system
The image itself (which is a 1024x1024x24 TGA used as a splash screen) nor the script file has been changed. Has there been a change in CEGUI that could cause this problem?