I have two questions if anyone has used the FIPS DLL. 1. I take it the the GZip class is not in the DLL. Any suggestions on how to link with the regular cryptlib in order to use it? (To avoid numerous symbol redefinitions)
2. On the Bob Portion if the Diffe Hillman key exchange I call the DH constructor with the Prime Integer and the Generator Integer which results in the following linker error: error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall CryptoPP::DH_Domain<class CryptoPP::DL_GroupParameters_GFP_DefaultSafePrime,struct CryptoPP::EnumToType<enum CryptoPP::CofactorMultiplication Option,0> >::DH_Domain<class CryptoPP::DL_GroupParameters_GFP_DefaultSafePrime,struct CryptoPP::EnumToType<enum CryptoPP::CofactorMultiplicationOption,0> >(class CryptoPP::Integer const &,class CryptoPP::Integer const &)" ([EMAIL PROTECTED] [EMAIL PROTECTED]@@[EMAIL PROTECTED] [EMAIL PROTECTED]@@$0A@@2@@CryptoPP@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@Z) Any suggestions on how to fix or get around this. All this code works fine with the library just not with the DLL export library. Joel Kiger
