Results 1 to 2 of 2

Thread: Compile problem

  1. #1

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

    Compile problem

    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


    Code:
    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
    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
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    did you #include the right files?? and/or include the skd directory in the settings?
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

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