For processor see http://www.torry.net/cpu.h
CarbonSoft cxCpu v.3.0.12 is with source so you will get info which you want :-)
Main Topics
Browse All TopicsI Want To Protect my Programs From Coping So I Need To Get The Processor And Hard Disk Serial Number Using Delphi
And I Welcome Any Proticting idea
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
For processor see http://www.torry.net/cpu.h
CarbonSoft cxCpu v.3.0.12 is with source so you will get info which you want :-)
Disk serial number can be changed by code (ASM)...
But have a look at that: http://www.latiumsoftware.
However, if you still want disk serial no. the Borland Community has it's own text about that:
http://community.borland.c
and that is probably what you wanted, you have to be logged on to see that...
about the HDD's physical number download disksn's source code and .exe from:
http://eo-soft.150m.com/
it is tested at my HDD = QUANTUM FIREBALL 6.4 GB and works perfect
emil
Hi, guys...
osasoft, try the http://vcl.vclxx.org/DELPH
I will try too...
osasoft:
This old question needs to be finalized -- accept an answer, split points, or get a refund. For information on your options, please click here-> http:/help/closing.jsp#1
EXPERTS:
Post your closing recommendations! No comment means you don't care.
All responses are LAME. Posting links is not helpful... all the above links are DEAD. Most people don't even get that their suggestion won't work on 32bit+ windows or just give volume label. People pay to access this? I do have source that gives actual hard drive serial number that works, unlike all above suggestions. I was hoping to find source for getting processor serial number.
Business Accounts
Answer for Membership
by: anAKiNPosted on 2003-06-19 at 13:26:00ID: 8761318
function GetHDSerialNumber(Drive: Char): DWORD; (Drive + ':\'), nil, 0, @Result,
begin
if not GetVolumeInformation(PChar
DWORD(nil^), DWORD(nil^), nil, 0) then
Result := 0;
end;