Jump to content

error while compile client source


Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.