PDA

Click to See Complete Forum and Search --> : Processor speed?


Flamer
May 3rd, 2001, 01:51 PM
How can I find the processor clock speed? in a windows 98 box.
and where can you find out what these functions do so i wont have to keep posting here and begging for help.. :)

Thanks again in advance..
~Jay

parksie
May 3rd, 2001, 02:10 PM
To find the processor speed you have to measure it: http://www.planet-source-code.com/vb/default.asp?lngCId=1677&lngWId=3

The best resource for the Win32 API is the Platform SDK at MSDN: http://msdn.microsoft.com/library/default.asp
Note: pay attention to the supported platforms section at the bottom. Some things are NT only, 2000 only, 98 only, things like that.

Flamer
May 4th, 2001, 08:28 AM
Thanks..