I am trying to run dlltest that is part of Crypto++ Library 5.3.0. I've compiled it using VS2008. No problem when I compile and run the debug version (from the development environment and from outside the dev. environment).
The release version will compile but when I run it I get a run time exception in the following line: dsaPublicKey.AssignFrom(dsaPrivateKey); This line causes the exception: Unhandled exception at 0x4290ffa2 in dlltest.exe: 0xC0000005: Access violation reading location 0x00000004. -- View this message in context: http://old.nabble.com/Dlltest---exception-when-compiled-for-release-using-the-FIPS-dll-tp30345208p30345208.html Sent from the Crypto++ Users mailing list archive at Nabble.com. -- 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.
