what does this errors mean?
-
:\archivos de programa\microsoft visual studio\vc98\include\string(41) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit d:\archivos de programa\microsoft visual studio\vc98\include\algorithm(43) : see reference to function template instantiation 'bool __cdecl std::operator ==(const class std::basic_string,class std::allocato r > &,const class std::basic_string,class std::allocator > &)' being compiled Barview.cpp ChildFrm.cpp mainfrm.cpp d:\archivos de programa\microsoft visual studio\vc98\atl\include\atlwin.h(2103) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit d:\archivos de programa\microsoft visual studio\vc98\atl\include\atlbase.h(2188) : while compiling class-template member function 'long __stdcall ATL::CWindowImplBaseT >::WindowProc(struct HWND__ *,unsigned int,unsigned int,long)' Generating Code... Error executing cl.exe. :confused: "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
-
:\archivos de programa\microsoft visual studio\vc98\include\string(41) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit d:\archivos de programa\microsoft visual studio\vc98\include\algorithm(43) : see reference to function template instantiation 'bool __cdecl std::operator ==(const class std::basic_string,class std::allocato r > &,const class std::basic_string,class std::allocator > &)' being compiled Barview.cpp ChildFrm.cpp mainfrm.cpp d:\archivos de programa\microsoft visual studio\vc98\atl\include\atlwin.h(2103) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit d:\archivos de programa\microsoft visual studio\vc98\atl\include\atlbase.h(2188) : while compiling class-template member function 'long __stdcall ATL::CWindowImplBaseT >::WindowProc(struct HWND__ *,unsigned int,unsigned int,long)' Generating Code... Error executing cl.exe. :confused: "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
I think your compiler is out of heap space. Try closing some applications, restart VC, do a rebuild. Also, take into consideration a problem with your RAM memory. Best regards, Alexandru Savescu P.S. Interested in art? Visit this!
-
:\archivos de programa\microsoft visual studio\vc98\include\string(41) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit d:\archivos de programa\microsoft visual studio\vc98\include\algorithm(43) : see reference to function template instantiation 'bool __cdecl std::operator ==(const class std::basic_string,class std::allocato r > &,const class std::basic_string,class std::allocator > &)' being compiled Barview.cpp ChildFrm.cpp mainfrm.cpp d:\archivos de programa\microsoft visual studio\vc98\atl\include\atlwin.h(2103) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit d:\archivos de programa\microsoft visual studio\vc98\atl\include\atlbase.h(2188) : while compiling class-template member function 'long __stdcall ATL::CWindowImplBaseT >::WindowProc(struct HWND__ *,unsigned int,unsigned int,long)' Generating Code... Error executing cl.exe. :confused: "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
Um, it means EXACTLY what it said. The compiler is out of heap space. Don't shutdown other applications. Don't test your memory to see if it is bad. Do EXACTLY what the message told you to do and use the /Zm option to increase the compiler's heap size. Tim Smith I'm going to patent thought. I have yet to see any prior art.