On Tuesday, April 23, 2019 at 6:45:42 PM UTC-4, Jeffrey Walton wrote: > > > On Tuesday, April 23, 2019 at 4:30:31 PM UTC-4, Rawan Turab wrote: >> >> 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. >> > > I see Omnet++ questions on occasion. I have not seen one answered. You > should probably ask the Omnet++ folks how to specify a library in their IDE. > > I believe Omnet++ uses Google Groups for their mailing list. Also see > https://omnetpp.org/mailing-list.html. >
Some of these hits may help: https://groups.google.com/forum/#!searchin/omnetpp/Crypto$2B$2B%7Csort:date Jeff -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
