-
Compile Error
Hey Guys
Can anyone tell me why i get these errors when compiling and how to fix them:-
Crypto.obj : error LNK2001: unresolved external symbol __imp__CertOpenSystemStoreA@8
Crypto.obj : error LNK2001: unresolved external symbol __imp__CertFreeCertificateContext@4
Crypto.obj : error LNK2001: unresolved external symbol __imp__CertGetCertificateContextProperty@16
Crypto.obj : error LNK2001: unresolved external symbol __imp__CertEnumCertificatesInStore@8
Cheers
Peter
-
You must have declared these functions somewhere and didn't actually implement them. :(
-
Make sure there isn't some lib file to include in the project.