Prof. Stevan Djuranovic wrote:
> I need a couple functions to detect:
>   - motherboard (manufacturer, type)
>   - HDD (manufacturer, capacity)
>   - scanner (mannufacturer, type)
>   - CD-R/CD-RW (manufacturer, type)
>   - processor (manufacturer, type, clock)

Use the setup API (possibly requires the Windows DDK):
http://www.codeproject.com/system/EnumDevices.asp

A couple of the options you specify require something a bit fancier.
CPU identification is the hardest of the options.  Entire libraries
(LIBs and DLLs) have been created for identifying CPUs and their speed.

--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

Safe C++ Design Principles (First Edition)
Learn how to write memory leak-free, secure,
portable, and user-friendly software.

Learn more and view a sample chapter:
http://www.CubicleSoft.com/SafeCPPDesign/



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]




SPONSORED LINKS
C programming language Computer programming languages Java programming language
The c programming language C programming language Concept of programming language


YAHOO! GROUPS LINKS




Reply via email to