Forum > Operating Systems

Hardware Information/Hardverinformáció (Multilang)

<< < (2/2)

Peter_Vadasz:

--- Quote from: TheProgrammer on August 23, 2011, 11:19:07 am ---TProcess can query processor information in Mac OS X?
TProcess letudja kérdezni a processzor információit Mac OS X-ben?

Other/Egyéb:
if WinXP then...
end if Win7 then...
end if Linux then...
[..]
How can it be done?
Hogyan tudom ezt megcsinálni?

--- End quote ---

The TProcess can't query any information about your processor. It can run a process or a "program".
On Windows platform, try to use the registry, I think the windows store every settings and information here. On Linux, there are lot of programs which are runnable with TProcess, and these programs output give you some information.

A TProcess nem tud semmilyen információt lekérdezni a processzorodról egyik operációs rendszeren sem. Csupán egy külső programot, vagy processzt képes futtatni és "felügyelni". Windows-on próbálj a regisztrációs adatbázisból kinyerni információkat, szerintem a windows mindent itt tárol. Linuxon egy csomó parancssoros program létezik amelyeket futtathatsz a TProcess-el és amelyek kimenete elegendő információt adhat neked.
Egyébként megpróbálhatod használni a Freepascal és a Lazarus dokumentációit. pl a BaseUnix unit linux alatt segítségedre lehet pár dologban.

TheProgrammer:
I can that TProcess can connect to other program...
WMI is good, but Win XP is unable to perform some query:
http://msdn.microsoft.com/en-us/library/aa394373%28v=vs.85%29.aspx

Windows registry stored Minimal information about hardware information . May have different storage places? (between Win XP and Win 7.

Azt tudtam, hogy a TProcess mire való, csak nehéz még nekem angolul megfogalmazni...
WMI tökéletesen működik Win7-en csak XP-n nem működik pár dolog amit itt jeleznek is:
http://msdn.microsoft.com/en-us/library/aa394373%28v=vs.85%29.aspx

A Windows registry minimális információt tárol a Processzor vagy más hardver adatairól. Abban sem vagyok biztos hogy ugyanazon a helyen van-e az információ XP-n is. (Én Win7-et használok.)

Navigation

[0] Message Index

[*] Previous page

Go to full version