Results 1 to 3 of 3

Thread: Compile Error

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Location
    England
    Posts
    94

    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
    "Let's all join forces, rule with an iron hand...and prove to all the world, metal rules the land..."
    -- Judas Priest

    My email is [email protected]

  2. #2
    Sc0rp
    Guest
    You must have declared these functions somewhere and didn't actually implement them.

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Make sure there isn't some lib file to include in the project.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width