Hi all, I am currently working on the RSA Encryption function using Crypto++ 5.2.3 library compiled in VS2005. Also, my workspace is of the MFC DLL type. The following is my code implementation:
RSAES_OAEP_SHA_Decryptor pub; // generate pub AutoSeedRandomPool rng; // generate random pub.Encrypt(rng, (byte *)message, strlen(message), (byte *)outstr); The compilation errors from VS2005 are: Error LNK2001: Unresolved external symbol "class CryptoPP::NullNameValuePairs const CryptoPP:g_nullNameValuePairs" Fatal Error LNL 1120: 1 unresolved externals I have also configured my project to look for the related Crypto++ 5.2.3 header files, cryptopp.dll and cryptopp.lib. In addition, I have add the namespace for CryptoPP. Anyone has any idea where I have gone wrong? Regards cleohm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
