On Wednesday, August 20, 2014 5:55:02 PM UTC-4, Stephen James wrote: > > Downloaded the latest cryptopp using svn to windows. Working in MSVS 2010 > express. > > In order to get the projects to load I had to remove the x64 > configurations. > > Issues: > > 1 - building cryptlib - but no file named cryptlib.lib is created. > - get unresolved externs when building cryptest. > After the download and unpack, open in VS. Then, in the project explorer, right click on "cryptlib" project and set "make startup project" (or similar).
Alternately, you can do Build -> Batch Build and check the four "cryptlib" configurations. > 2 - dlltest compiles but get the following on execution... > Yeah, the DLL is usually for the FIPS gear and can cause aggravation. Avoid it if possible. When you need a DLL, then create your own DLL and link your DLL to "cryptlib.lib". Jeff -- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
