PDA

Click to See Complete Forum and Search --> : Compile Error


pskyboy
Aug 24th, 2001, 01:19 PM
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

Sc0rp
Aug 24th, 2001, 07:49 PM
You must have declared these functions somewhere and didn't actually implement them. :(

Vlatko
Aug 24th, 2001, 08:05 PM
Make sure there isn't some lib file to include in the project.