Jump to content

Miracle

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Miracle

  1. 1 hour ago, arves100 said:

    Ok copy your cryplib.lib you buided to extern folder

      Hide contents

    #ifndef _CRYPTOPPLIBLINK_H_
    #define _CRYPTOPPLIBLINK_H_

    #ifdef _DLL
    #ifndef CRYPTOPP_IMPORTS
    #define CRYPTOPP_IMPORTS
    #endif
    #endif

    #if defined(CRYPTOPP_IMPORTS)
    #include "dll.h"
    #else
        #ifdef _WIN32
            #ifndef _DEBUG
                #pragma comment( lib, "cryptlib.lib" )
            #else
                #pragma comment( lib, "cryptlib_d.lib" )
            #endif
        #endif
    #endif

    #endif /* !_CRYPTOPPLIBLINK_H_ */

     

    The same proplem again
    1830bf7bf9.jpg

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.