stati64

Results 3 comments of stati64

We build for the latest sdk 10: 10.0.18362.0 #define _WIN32_WINNT 0x0A00 for rebrand the executable for XP: ioh->MajorOperatingSystemVersion = 4; ioh->MinorOperatingSystemVersion = 0; ioh->MajorSubsystemVersion = 4; ioh->MinorSubsystemVersion = 0; And...

We work around this with LoadLibraryW() and GetProcAddress() and then avoiding or emulating absent features. #define _WIN32_WINNT _WIN32_WINNT_WIN2K before including windows.h will enumerate all the missing features.

Adaptive compression is a way of investing more compute cycles as profitable. The real problem is detecting idle (available for this use) compute cycles at fine resolution. Too much CPU...