> 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