HI, I've built Crypto++ on XP using VS2010 but I've changed all occurrences of /MT[d] to /MD[d], i.e. switch to using the multi-threading DLL as that is what my applications all use.
The libraries all seem to build just fine - I've made no other changes... I want to use the import library & DLL - at the moment, only the debug ones. However, I have a simple application which compiles & links fine (includes the export for "new" & "delete"). As soon as I add a call to "PKCS5_PBKDF2_HMAC<SHA1> pbkdf;" I get two link errors relating to the hi res timer (cant get the exact text atm - will later). Have I missed something in the building of the libraries or linking the application... Thanks Nick -- -- 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/groups/opt_out.
