Hello everyone, I'm trying to use System.dll in my code to do threading but it say I'll need to use the /clr option in the properties to compile. I've changed that and the Runtime Library to Multi-Threaded Debug DLL (/ MDd) because the other (MTd) is not compatible.
I figured then that the Crypto++ library has to be rebuilt as a dynamic library instead of static as I had done before. I followed the instructions at this website: http://www.codeproject.com/KB/security/RSAEncryption.aspx#CLR I did rebuild the cryptlib project but I can't rebuild the cryptdll project because it doesn't show up in the cryptest project window for me. I only have 4 projects and seem to be missing the cryptdll one. So then when I try to rebuild my program it shows all these errors on LNK2001/2019: unresolved external symbol "public: void __thiscall ........................ I get about 74 of these errors. Please help! -- 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.
