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.
Printable View
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.
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...)