Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. what does this errors mean?

what does this errors mean?

Scheduled Pinned Locked Moved ATL / WTL / STL
c++csharpvisual-studiocomalgorithms
3 Posts 3 Posters 17 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rene De La Garza
    wrote on last edited by
    #1

    :\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 [^]

    A T 2 Replies Last reply
    0
    • R Rene De La Garza

      :\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 [^]

      A Offline
      A Offline
      Alexandru Savescu
      wrote on last edited by
      #2

      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!

      1 Reply Last reply
      0
      • R Rene De La Garza

        :\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 [^]

        T Offline
        T Offline
        Tim Smith
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups