[cryptopp-users] Unresolved external symbol when using Crypto++ 8.6 as dll

2022-06-08 Thread Benjamin Mahr
I have to add crypto++ as dll into our project. The project is using several functions of crypto++ but a few used give an "unresolved extern symbol" linking error: CryptoPP::DSAConvertSignatureFormat CryptoPP::Base64Encoder::IsolatedInitialize CryptoPP::Base64Decoder::GetDecodingLookupArray Clea

Re: [cryptopp-users] Unresolved external symbol when using Crypto++ 8.6 as dll

2022-06-08 Thread Jeffrey Walton
On Wed, Jun 8, 2022 at 3:12 AM Benjamin Mahr wrote: > > I have to add crypto++ as dll into our project. The project is using several > functions of crypto++ but a few used give an "unresolved extern symbol" > linking error: > CryptoPP::DSAConvertSignatureFormat > CryptoPP::Base64Encoder::Isolate