简体   繁体   中英

How to configure Crypto++ in Eclipse?

I want to use Crypto++ in Eclipse. I've installed it correctly but I dunno why it cannot find the path.

using namespace CryptoPP;

Symbol CryptoPP cannot be resolved

and if I use #include "aes.h", for example is an unresolved inclusion.

How can I solve this?

You have to set the include paths for your project.

Assuming you are using CDT go to "Project->Properties->C/C++ Build->Settings" and now in your configured compiler to "Includes" and add the path to your library. The same has to be done for your linker with "Libraries".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM