求解 vc6.0 在vc10.0中应用出问题了
e:\vs\ddraw01\ddraw01.cpp : fatal error C1853: '.\Debug\DDraw01.pch' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)
这个错没见过啊 不知道怎么弄? 求解
[解决办法]
把DDraw01.pch这个文件删掉,重新编译。
[解决办法]
rebuild all
[解决办法]
rebuild all就行了
clean solution也可以