Hi Christophe, > I'm new c++ user, and I have some questions about using the > crypto++ as a dynamic library. Welcome.
> I'm a bit lost... can someone help me? We'll do our best. > the site is down... Unfortunately, it has been down for some time now. Wei is aware. See http://groups.google.com/group/cryptopp-users/browse_thread/thread/d94e97763cd4157. > For my project I need to use crypto++ as an .dll and .lib > in an visual studio 2008 project I've read issues on the NG with VS2008. But I do not use it, so I cannot offer any assistance. > ... use the AES functions ...but I dont know > exactly what to do with. See http://www.codeproject.com/KB/security/BlockCiphers.aspx. > > So, how I could use this dll? Wei recommends static linking because it is easier to use. See http://www.codeproject.com/KB/tips/CryptoPPIntegration.aspx. > using namespace ? namespace is CryptoPP > __declspec(dllimport)? See dll.h (if I recall correctly) Jeff On 3/27/08, Christophe A. <[EMAIL PROTECTED]> wrote: > > Hi > > I'm new c++ user, and I have some questions about using the crypto++ > as a dynamic library. > > For my project I need to use crypto++ as an .dll and .lib in an > visual studio 2008 project and I have some problem to do it. > > So I only have this 2 files and I try to use the AES functions. The > lib has been compiled and I have the cryptopp.dll and cryptopp.lib but > I dont know exactly what to do with. > > I added the .lib in my project input linker option, but I'm not able > to use the functions. And so... the site is down and I don't exactly > know how to use AES functions. > > So, how I could use this dll ? > > using namespace ? ; __declspec(dllimport) ? > > I'm a bit lost... can someone help me? > > Christophe > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
