1. Download crypto ++ library 5.6.0
2. Use vc2008 to open the. sln solution file conversion, select the cryptlib project, select the release version, and right-click it to generate it (the default is Mt, that is, static compilation)
3. After compilation, the cryptlib. Lib static library file will be generated under cryptopp560/Win32/output/release.
4. Configure the include and Lib directories of vs2008
5. create a project that contains some crypto ++ header files. Do not forget using namespace cryptopp. lib always generates the above release method, and the project itself must also be static compiled by MT, otherwise there is a link Error
The same as the debug version.
Crypto ++ help documentation:
Http://www.cryptopp.com/wiki/Main_Page usage
Http://www.cryptopp.com/docs/ref/ class inheritance relationship, as well as the header file information, etc.