VC++ crashes on Win2000

Hi,

While compiling the blocks TKBRep.dsp ModelingAlgorithms.dsw, Visualization.dsw, DataExchange.dsw, and ApplicationFramework.dsw, I get either incremental error C1073, or, fixing it by Gi- option, C2471 and C1033 regarding pdb. I'm wondering how you guys fix these failures?

Thank you in advance, Serg

Mikael Aronsson's picture

Hi !

They have messed up the project files, make sure you turn of incremental compilation and most important uncheck the "Enable minimal rebuild" in the C/C++/Customize tab.

After that you must do a "Rebuild all" and then it should compile without problems.

Mikael

s-vinogradov's picture

Mikael, Thanks a lot! Regards, Serg