J
John L
I'm rebuilding some apps that were last built with V5.
The main fixup is to use new iostreams instead of old .h
files. However it seems that any module that includes one
of the iostreams headers gives the error
fatal error C1067: compiler limit : debug information
module size exceeded
pointing to some line in a system header file (eg xmemory)
MSDN KB has info about this problem with very early
versions of the compiler - but I can't relate to my issue.
Can aviod error by compiling without debug info but that
makes debugging very difficult!
Any advice most apreciated.
John
The main fixup is to use new iostreams instead of old .h
files. However it seems that any module that includes one
of the iostreams headers gives the error
fatal error C1067: compiler limit : debug information
module size exceeded
pointing to some line in a system header file (eg xmemory)
MSDN KB has info about this problem with very early
versions of the compiler - but I can't relate to my issue.
Can aviod error by compiling without debug info but that
makes debugging very difficult!
Any advice most apreciated.
John