[EMAIL PROTECTED] wrote:
Yes, i am using namespace crytoPP, and because of this i am able to
use all other functionality within crypto++,
I currently do the following, though anyware i have
base64encoder/decoder, i have to swap it for hexencoder/decoder for it
to work.
I do the following:
Generate RSA Keys
Encrypt/Decrypt
Sign data/Veryfy signitures (though i cant get it to actualy sign a
file, only gen the signiture into a string)
and lots more BUT I CANT ever use base64encoder etc.
And yes, i have base64.h included plus the rest.
Thank you
Check if base64 are exported from your CryptoPP library.
Check the file base64.h to ensure that the classes Base64Encoder and
Base64Decoder have CRYPTOPP_DLL export directive.
If not add it and recompile the library.