Hi Cleohm, There is a DLL_Debug and Release folder also. Basically, the LIB files show up in one of 4 places depending on whether you are using static versus dynamic, and debug versus release build. The Crypto++ library is not like MFC - all in one location.
Jeff On 3/1/07, Hui Ming Chionh <[EMAIL PROTECTED]> wrote: > Hi Jeffrey, > > Thanks for your reply. Do you mean that I have to put my library and dll > file which is cryptopp.lib and cryptopp.dll in the same folder as my > executable such as debug/app.exe or release/app.exe? > > > Regards > > cleohm > > >From: "Jeffrey Walton" <[EMAIL PROTECTED]> > >To: cleohm <[EMAIL PROTECTED]> > >CC: "Crypto++ Users" <[EMAIL PROTECTED]> > >Subject: Re: LNK2001 errors > >Date: Thu, 1 Mar 2007 08:29:13 -0500 > > > > > >Hi Cleaohm, > > > >Verify the DLL version lib is on PATH. This is different than the > >static version Paths of the library (but same stuff - Debug and > >Release). > > > >Jeff > > > >On 3/1/07, cleohm <[EMAIL PROTECTED]> wrote: > > > > > > 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 > > > > > > > > > > > > > > > > >> > > > _________________________________________________________________ > Get MSN Messenger emoticons and display pictures here! > http://ilovemessenger.msn.com/?mkt=en-sg > > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
