July 30, 2011

Ketan Shah Ketan Shah
Lab Rat
95 posts

How to get Cpu Processor id

 

how can i get the CPU Processor id using Qt or Windows API, other than WMIC??

1 reply

July 30, 2011

peppe peppe
Ant Farmer
1025 posts

Although Qt detects at runtime the CPU feature set (cf. src/corelib/tools/qsimd.cpp), it does not export any function to access that (nor any other CPUID information). Write your small piece of assembly code to gather that information.

 Signature 

Software Engineer
KDAB (UK) Ltd., a KDAB Group company

 
  ‹‹ How to create COM dll in QT      [SOLVED] Overwrite specific bytes without reading the whole file, QFile ››

You must log in to post a reply. Not a member yet? Register here!