Hi there,
I have now spent several hours trying to find a solution to this problem, but to no avail.
Whenever I try to use the Crypto++ library in my VS 2005 solution I get the following linker error:
Error 703 error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::DES::Base::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@[EMAIL PROTECTED]@CryptoPP@@[EMAIL PROTECTED])
My solution currently consists of unmanaged C++ code which is wrapped inside a managed DLL. If I use Crypto++ without the /clr directive (that is, if I create a simple unmanaged console application), no linker errors occur. I'm not sure whether this has something to do with the FIPS compliance, but nevertheless it annoys the hell out of me...
Hope you guys have an idea of what might be wrong here.
Thanks!
Express yourself instantly with MSN Messenger! MSN Messenger
