> I'm new to Crypto++, and I seem to have a problem using it in VS2015. > The code generation is MTd for both the lib and my project. > However I'm still getting LINK2001 and LINK2019 errors. > > Any suggestions? >
Take a look at Visual Studio on the Crypto++ wiki (http://www.cryptopp.com/wiki/Visual_Studio). Otherwise, take a look at Bug Report on the Crypto++ wiki (http://cryptopp.com/wiki/Bug_report). Pay particular attention to "the exact error message". As a guess and assuming the missing symbols are from the CryptoPP namespace, try linking against the Crypto++ library. Otherwise, link to the library that provides the missing symbols. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- 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.
