Click here to Skip to main content
15,924,581 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: win32 message queue Pin
Hanan88820-Jan-08 0:59
Hanan88820-Jan-08 0:59 
QuestionRe: win32 message queue Pin
CPallini20-Jan-08 1:34
mveCPallini20-Jan-08 1:34 
GeneralRe: win32 message queue Pin
Hanan88820-Jan-08 2:40
Hanan88820-Jan-08 2:40 
QuestionRe: win32 message queue - Shorter question Pin
Hanan88820-Jan-08 0:42
Hanan88820-Jan-08 0:42 
Generalc++ wrapper for java language ! Pin
amitamit19819-Jan-08 20:42
amitamit19819-Jan-08 20:42 
Generalinstalling ".sys" file in windows98 Pin
zon_cpp19-Jan-08 19:57
zon_cpp19-Jan-08 19:57 
GeneralUpload/download file to server Pin
DanYELL19-Jan-08 9:01
DanYELL19-Jan-08 9:01 
GeneralRe: Upload/download file to server Pin
Christian Graus19-Jan-08 9:36
protectorChristian Graus19-Jan-08 9:36 
Here's how I do it. First of all, I use GUIDs for my passcode, to keep it unique and sufficiently long that it is unlikely to be guesed. Then, I get the processor Id and pass that through to a webservice, which checks if it's an Id already assigned to that passcode, or if that passcode has licenses available. Then it reports this to the client, where I store the passcode and a hashed response key in a file, so I can read that file and check it's validity for licensing in future.

The problem with your approach is that if someone reinstalls on the same machine, registration will fail.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Upload/download file to server Pin
DanYELL19-Jan-08 9:53
DanYELL19-Jan-08 9:53 
QuestionNotification on Hibernate? Pin
Dominik Reichl19-Jan-08 8:06
Dominik Reichl19-Jan-08 8:06 
AnswerRe: Notification on Hibernate? Pin
Mark Salsbery19-Jan-08 8:24
Mark Salsbery19-Jan-08 8:24 
GeneralRe: Notification on Hibernate? Pin
Dominik Reichl20-Jan-08 0:25
Dominik Reichl20-Jan-08 0:25 
QuestionHow can capture video from video-capture-card Pin
hanlei000000000919-Jan-08 3:51
hanlei000000000919-Jan-08 3:51 
AnswerRe: How can capture video from video-capture-card Pin
Mark Salsbery19-Jan-08 7:09
Mark Salsbery19-Jan-08 7:09 
GeneralThanks, I choose DirectShow Pin
hanlei000000000919-Jan-08 22:44
hanlei000000000919-Jan-08 22:44 
Generalwhy the code can compile -- about function pointer Pin
George_George19-Jan-08 2:55
George_George19-Jan-08 2:55 
GeneralRe: why the code can compile -- about function pointer Pin
CPallini19-Jan-08 3:17
mveCPallini19-Jan-08 3:17 
GeneralRe: why the code can compile -- about function pointer Pin
George_George19-Jan-08 21:04
George_George19-Jan-08 21:04 
GeneralRe: why the code can compile -- about function pointer Pin
CPallini20-Jan-08 0:11
mveCPallini20-Jan-08 0:11 
GeneralRe: why the code can compile -- about function pointer Pin
George_George20-Jan-08 0:22
George_George20-Jan-08 0:22 
GeneralStructured exception Pin
George_George19-Jan-08 2:47
George_George19-Jan-08 2:47 
GeneralRe: Structured exception Pin
Hamid_RT19-Jan-08 19:11
Hamid_RT19-Jan-08 19:11 
GeneralRe: Structured exception Pin
George_George19-Jan-08 22:04
George_George19-Jan-08 22:04 
Generalif IDCANCEL returned in DOMODAL. Pin
Le@rner19-Jan-08 1:02
Le@rner19-Jan-08 1:02 
QuestionRe: if IDCANCEL returned in DOMODAL. Pin
CPallini19-Jan-08 1:52
mveCPallini19-Jan-08 1:52 

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.