On Monday, October 21, 2013 9:15:29 AM UTC-4, Nick de Smith wrote: > > Going back to a normal, clean build with VS2010, sticking with /MT, I > added the following in hrtimer.cpp to check that a) it was being called, > and b) that HIGHRES_TIMER_AVAILABLE was defined: > > #if defined(HIGHRES_TIMER_AVAILABLE) > #error Bang! > #endif > > The "#error" was hit for all build targets... > > In my simple Win32 console app, what should I be setting? > We also need to know how CRYPTOPP_IMPORTS is effecting the Crypto++ library you are building. And the error messages you are receiving when linking (both the library and your program with /MD).
-- -- 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.
