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? 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.
