Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to test for existence of a workstation Pin
redWingBB23-Aug-07 5:00
redWingBB23-Aug-07 5:00 
QuestionRe: How to test for existence of a workstation Pin
David Crow23-Aug-07 5:07
David Crow23-Aug-07 5:07 
AnswerRe: How to test for existence of a workstation Pin
redWingBB28-Aug-07 4:40
redWingBB28-Aug-07 4:40 
AnswerRe: How to test for existence of a workstation Pin
James R. Twine23-Aug-07 5:25
James R. Twine23-Aug-07 5:25 
QuestionUnique Windows ID Pin
includeh1023-Aug-07 4:49
includeh1023-Aug-07 4:49 
AnswerRe: Unique Windows ID Pin
jhwurmbach23-Aug-07 4:55
jhwurmbach23-Aug-07 4:55 
QuestionRe: Unique Windows ID Pin
David Crow23-Aug-07 5:03
David Crow23-Aug-07 5:03 
AnswerRe: Unique Windows ID Pin
James R. Twine23-Aug-07 5:17
James R. Twine23-Aug-07 5:17 
includeh10 wrote:
We find illegal copies of our software in several countries.


   Welcome to the club! Frown | :(

   What you can do, as others have done, is not use the Windows registration key, but use other things that are system specific.  Here is a list of a few of them, in order of increasing fragility (i.e. likelihood of changing):
    o CPUID value (Google for the CPUID instruction)
    o Motherboard/BIOS ID
    o Number of IDE/SATA controllers
    o Geometries of physical drives (not partitions or drive letter, and be sure to allow for additional drives to be added)
    o On-board devices (# of COM and Parallel ports)
    o NIC address(s)
    o Computer Name

   Not all of the items are easy to get, mind you, and ones that are easy to get like drive letters, computer name, OS version/patch level, etc. are more likely to change, and remember that it is a serious PAIN IN THE ASS to have to contact a software vendor to get a new key each time you upgrade your memory or drives.

   Be prepared for more users to contact you about system-level changes invalidating their system-locked installation.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionRound Decimal value to... Pin
Super Hornet23-Aug-07 4:14
Super Hornet23-Aug-07 4:14 
AnswerRe: Round Decimal value to... Pin
David Crow23-Aug-07 4:29
David Crow23-Aug-07 4:29 
AnswerRe: Round Decimal value to... Pin
jhwurmbach23-Aug-07 4:43
jhwurmbach23-Aug-07 4:43 
AnswerRe: Round Decimal value to... Pin
Iain Clarke, Warrior Programmer23-Aug-07 4:51
Iain Clarke, Warrior Programmer23-Aug-07 4:51 
GeneralRe: Round Decimal value to... Pin
Super Hornet24-Aug-07 5:47
Super Hornet24-Aug-07 5:47 
AnswerRe: Round Decimal value to... Pin
ghle26-Aug-07 11:22
ghle26-Aug-07 11:22 
GeneralRe: Round Decimal value to... Pin
Super Hornet28-Aug-07 4:36
Super Hornet28-Aug-07 4:36 
QuestionSTL memory - delete/de-allocate mem for individual list element?? [modified] Pin
devvvy23-Aug-07 2:56
devvvy23-Aug-07 2:56 
QuestionRe: STL memory - delete/de-allocate mem for individual list element?? Pin
Maximilien23-Aug-07 3:04
Maximilien23-Aug-07 3:04 
AnswerRe: STL memory - delete/de-allocate mem for individual list element?? [modified] Pin
jhwurmbach23-Aug-07 3:09
jhwurmbach23-Aug-07 3:09 
GeneralRe: STL memory - delete/de-allocate mem for individual list element?? Pin
toxcct23-Aug-07 3:39
toxcct23-Aug-07 3:39 
GeneralRe: STL memory - delete/de-allocate mem for individual list element?? Pin
James R. Twine23-Aug-07 3:50
James R. Twine23-Aug-07 3:50 
GeneralRe: STL memory - delete/de-allocate mem for individual list element?? Pin
jhwurmbach23-Aug-07 3:50
jhwurmbach23-Aug-07 3:50 
GeneralRe: STL memory - delete/de-allocate mem for individual list element?? Pin
toxcct23-Aug-07 3:53
toxcct23-Aug-07 3:53 
GeneralRe: STL memory - delete/de-allocate mem for individual list element?? Pin
devvvy23-Aug-07 13:47
devvvy23-Aug-07 13:47 
GeneralRe: STL memory - delete/de-allocate mem for individual list element?? Pin
jhwurmbach23-Aug-07 21:33
jhwurmbach23-Aug-07 21:33 
AnswerRe: STL memory - delete/de-allocate mem for individual list element?? Pin
David Crow23-Aug-07 3:19
David Crow23-Aug-07 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.