Hi all, I have the LNK2001 errors for:
- CryptoPP::Filter::CopyRangeTo2 - CryptoPP::Filter::TransferTo2 - CryptoPP::BufferedTransformation::TotalBytesRetrievable - CryptoPP::BufferedTransformation::Skip - CryptoPP::BufferedTransformation::MaxRetrieveable when using: 1) FileSource privFile(privFilename, true, new HexDecoder); 2) DefaultEncryptorWithMAC encryptor(passPhrase, new HexEncoder(new StringSink(outstr))); With additional LNK2001 errors for - CryptoPP::Sink::CopyRangeTo2 - CryptoPP::Sink::TransferTo2 - CryptoPP::DefaultEncryptorWithMAC 3) HexDecoder decryptor(new DefaultDecryptorWithMAC(passPhrase, new StringSink(outstr))); With additional LNK2001 errors for - CryptoPP::DefaultDecryptorWithMAC I have only added the dll.h and default.h. Any idea why? 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. -~----------~----~----~----~------~----~------~--~---
