please help me, i try to link crypto++ library with my project in omnet++ 
IDE on windows. I do the following steps: download crypto++ ZIP file then 
unzip it , after that i open crypttest.sln on visual studio and build the 
project to get the static library to link with in omnet++ (cryptlib.lib). 
After that, i include the header files in my project and link the project 
with cryptlib.lib library form makemake->link . when i run my project i get 
many undefined references some of them (undefined reference to 
`CryptoPP::Algorithm::Algorithm(bool)' ,  undefined reference to 
`CryptoPP::RandomNumberGenerator::GenerateBlock(unsigned char*, unsigned 
long long)') i try a lot of solutions but it still not working.

Furthermore, i try to link it with a dynamic library (cryptopp.lib and 
cryptopp.dll) but i got the same errors. please can any one tell me if i do 
any incorrect step and how to do it in correct manner. Thanks in advance. 

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to