#195
Post
by IbmPad » Sat Mar 21, 2015 4:19 pm
Update (ver. 1.0.7.0) :
► the system timer resolution (that programs can raise using NtSetTimerResolution — or timeBeginPeriod which in turns calls NtSetTimerResolution ; drivers can also raise it by calling ExSetTimerResolution) is shown and can be modified using a hotkey (or AC/DC rule) as following :
— on Windows 2000 the resolution can only be raised ;
— on Windows XP & Vista the resolution can be raised or lowered (to lower it, the programs needs to download the NTOSKRNL symbols from Microsoft and thus requires the file SYMSRV_ECW(64).DLL to be copied in SYSTEM32);
— on Windows 7 & 8 the resolution can be raised, or lowered if no other driver raised it using ExSetTimerResolution (again to lower it you need to copy SYMSRV_ECW(64).DLL to your SYSTEM32 folder).
► the program executable and driver sizes & memory consumption have been reduced ;
► the program is now compatible with Windows NT 3.51 and NT 4.0 (though I doubt someone is still using one of these versions !) ;
► (as usual) a few bugs have been corrected, and (as usual

) new bugs may have appeared…
Cur. : T61p (Win7 x64, C2D T9300 2.5GHz @ 950mV, 4GB RAM, QuadroFX 570m @ 900mV SXGA+ 15")
Prev. : T42p (Win 7 and XP, PM755 2.0GHz @ 700–1148mV, 1.5GB RAM, FireGL T2); T30 (Win 2000, P4M 1.8GHz, 256MB RAM, Radeon 7500); 390E (Win 3.11, Celeron 300MHz, 160MB RAM)
Please excuse my bad English.