cryptoppLibLink.h dosyasını şu şekilde düzenleyebilirsiniz
#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
#ifdef _DEBUG...