Click to See Complete Forum and Search --> : visual c++ 6 comp. error


Avi_Cohen
October 10th, 1999, 06:49 AM
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.

JohnCz
October 10th, 1999, 08:47 PM
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...)