Hey Guys
I have just got these errors when i tried to ccompile a program when i reinstalled windows and there for Visual studio. the program was compiling fine before and the program hasn't been changed. Im guessing that the settings are wrong like i haven't included an include directory in teh settings or something. I just can't rember which one i haven't included.
And the answer is yes to whether i have the latest platform SDK installed as this needs it
CheersCode:F:\Development\C++\Programs for Companys\Trustis\Software to Sign and Verify Files\Crypto.cpp(843) : error C2065: 'CertGetNameString' : undeclared identifier F:\Development\C++\Programs for Companys\Trustis\Software to Sign and Verify Files\Crypto.cpp(843) : error C2065: 'CERT_NAME_SIMPLE_DISPLAY_TYPE' : undeclared identifier F:\Development\C++\Programs for Companys\Trustis\Software to Sign and Verify Files\Crypto.cpp(845) : error C2065: 'CERT_NAME_ISSUER_FLAG' : undeclared identifier F:\Development\C++\Programs for Companys\Trustis\Software to Sign and Verify Files\Crypto.cpp(847) : error C2065: 'CERT_NAME_FRIENDLY_DISPLAY_TYPE' : undeclared identifier F:\Development\C++\Programs for Companys\Trustis\Software to Sign and Verify Files\Crypto.cpp(986) : error C2065: 'CERT_FIND_SUBJECT_CERT' : undeclared identifier ErrorLogger.cpp
Peter


Reply With Quote
:MoMad: 