Hi,
I am building my application on VC ++ 6.0 and in setting i put "program datbase" in debug info.but it gives me fatal error C1067: compiler limit and the error is shown in MFC file afxcom_.h .The errpr is like this.

C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afxcom_.h(66) : fatal error C1067: compiler limit : debug information module size exceeded
i can sucessfully complie code with "Line Numbers only" in debug info but
i wanted it to be comiple with program datbase" in debug info.
Is there any solution to resolve this error.


Regards
aaaa102