CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    20

    visual c++ 6 comp. error

    Dose any one get this error msg ?
    Fatal error C1011 compiler limit : '8'
    macro definition too big.
    exceed : 5242880 bytes.
    it happend in the file : VC98/include/stdexcept
    at line 27.


  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: visual c++ 6 comp. error

    You have probably missed “;” somewhere in one of your header files, or “{“ or “}” somewhere else.
    That usually leads to this kind of errors.
    Could be something else…

    Nested #include (#include in a header in a header...)

    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured