Hello,
I have a problem when I compile cryptopp he says:
ps: I use microsoft visual 2003 and I followed the tutorial from emisand (http://forum.ragezone.com/f497/guide...e-code-796269/)
ps²: i am french, sorry my english are bad
And when I open cryptlib.vcproj he displays this:Code:c:\Users\Kevin\Desktop\Cryptopp\Source\eccrypto.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\zlib.cpp(8): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\zinflate.cpp(8): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\elgamal.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\esign.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\fipstest.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\dh.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\luc.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\gzip.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\rsa.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\mqv.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\dsa.cpp(3): fatal error C1853: '.\Debug/cryptlib.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) c:\Users\Kevin\Desktop\Cryptopp\Source\gfpcrypt.cpp(3): fatal error C1853: '.\Debug/cryptlib.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)
Thank you for trying to help me ...



Reply With Quote

