Page 1 of 1

How to get the mhz on the processor

Posted: Wed Aug 24, 2005 1:26 pm
by SebMcClouth
Does anyone know how I can get this? Or ghz if you please.

Grtz
Seb

Posted: Wed Aug 24, 2005 3:57 pm
by Patz QuickBASIC Creations
Don't know if you want the processor speed or FSB speed...
But this library can give you the approximate processor speed:

http://www.phatcode.net/downloads.php?id=190

Good Luck!

Posted: Wed Aug 24, 2005 4:15 pm
by SebMcClouth
Thx...

Posted: Wed Aug 24, 2005 4:23 pm
by SebMcClouth
I use my own libraries etc. I cannot find the frequency anywhere... annoying..

grtz
Seb

Posted: Wed Aug 24, 2005 5:10 pm
by moneo
Seb,

I'm running XP, but this should work on other Windows versions.

1) Get into the Control Panel.

2) Click on "System".

3) There's a little section there called "Computer" which contains the processor type, processor speed, and the number of megs of RAM.

*****

Posted: Wed Aug 24, 2005 5:15 pm
by Seb McClouth
Browser booted me, lost me my password... anywayz...

I need to detect it for Qbinux...


grtz
Seb

Posted: Wed Aug 24, 2005 5:41 pm
by Patz QuickBASIC Creations
It should work. Run the QCPU.EXE file included with it to run as a test.
If it works, load the lib's into QB (only 4.5) and run the test program (QCPU.BAS) that comes with it.
If THAT works, merge it with your library and keep the same FUNC's from the QCPU.BAS program to use in QBinux.

If one or more doesn't work, you're screwed until you can make one :wink: