Anyway, here was the original problem: ------------------------------------------ I get many many unresolved external symbols such as this:
Linking...
cryptlibd.lib(iterhash.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" ([EMAIL [EMAIL PROTECTED] PROTECTED]@@[EMAIL [EMAIL PROTECTED]@@std@@[EMAIL PROTECTED])
----------------------------------------------
And here is the solution:
------------------------------------------
Simply switch your project from "Dynamically Linked to MFC library" to "Statically linked to MFC library"
and the problem goes away.
--------------------------------------------
