Click here to Skip to main content
15,912,665 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: memory check code. Pin
Gero Gerber29-Nov-02 22:48
Gero Gerber29-Nov-02 22:48 
GeneralRe: memory check code. Pin
Zanphar29-Nov-02 22:53
Zanphar29-Nov-02 22:53 
GeneralRe: memory check code. Pin
Gero Gerber29-Nov-02 23:15
Gero Gerber29-Nov-02 23:15 
Generaluninstall and start menu Pin
devvvy29-Nov-02 18:16
devvvy29-Nov-02 18:16 
GeneralRe: uninstall and start menu Pin
Nish Nishant29-Nov-02 18:18
sitebuilderNish Nishant29-Nov-02 18:18 
GeneralRe: uninstall and start menu Pin
devvvy29-Nov-02 18:21
devvvy29-Nov-02 18:21 
GeneralRe: uninstall and start menu Pin
Nish Nishant29-Nov-02 18:46
sitebuilderNish Nishant29-Nov-02 18:46 
GeneralRe: uninstall and start menu Pin
devvvy29-Nov-02 21:49
devvvy29-Nov-02 21:49 
anyway, my installer/uninstaller has just been completed =)

well, at least the beta version. the licening module is missing, but the baby is ready for beta testing.

since i am pretty much the guy responsible for this part, any suggestion will be greatly appreciated Poke tongue | ;-P

as for licencing, it's pretty standard architecture. user enter a number at the installer. the installer writes the licence number (encrypted-symmetric key) in registry. Everytime the COM server runs, it loads a licence list from disk - content of which is also encrypted. Then the COM server compare the entry in registry (user entered it to registry earlier) and search the list and see if can find a match. if it does, bingo. if it doesnt, the COM server will refuse any call.

the one big problem is: u have a static licence list sitting on the disk drive. it's encrypted. but the fact that it's static means that at one point u may run out of licence number from the list.

thanks!



norm
GeneralIf then statement help Pin
Mustanggt29-Nov-02 18:04
Mustanggt29-Nov-02 18:04 
GeneralRe: If then statement help Pin
Nish Nishant29-Nov-02 18:17
sitebuilderNish Nishant29-Nov-02 18:17 
GeneralRe: If then statement help Pin
Christian Graus29-Nov-02 18:42
protectorChristian Graus29-Nov-02 18:42 
GeneralRe: If then statement help Pin
Nish Nishant29-Nov-02 18:49
sitebuilderNish Nishant29-Nov-02 18:49 
GeneralRe: If then statement help Pin
Christian Graus30-Nov-02 10:23
protectorChristian Graus30-Nov-02 10:23 
GeneralSMTP for PocketPC Pin
joji29-Nov-02 16:47
joji29-Nov-02 16:47 
GeneralRe: SMTP for PocketPC Pin
Anders Molin30-Nov-02 8:00
professionalAnders Molin30-Nov-02 8:00 
QuestionPage/byte alignment? Pin
Matt Gullett29-Nov-02 15:19
Matt Gullett29-Nov-02 15:19 
AnswerRe: Page/byte alignment? Pin
Mike Nordell29-Nov-02 16:34
Mike Nordell29-Nov-02 16:34 
GeneralRe: Page/byte alignment? Pin
Matt Gullett29-Nov-02 16:41
Matt Gullett29-Nov-02 16:41 
GeneralRe: Page/byte alignment? Pin
Mike Nordell29-Nov-02 20:40
Mike Nordell29-Nov-02 20:40 
AnswerRe: Page/byte alignment? Pin
Michael Dunn29-Nov-02 16:55
sitebuilderMichael Dunn29-Nov-02 16:55 
GeneralRe: Page/byte alignment? Pin
Matt Gullett29-Nov-02 16:57
Matt Gullett29-Nov-02 16:57 
GeneralSending Paste Message Pin
Gilfrog29-Nov-02 14:11
Gilfrog29-Nov-02 14:11 
GeneralRe: Sending Paste Message Pin
Gilfrog30-Nov-02 13:20
Gilfrog30-Nov-02 13:20 
GeneralRandom Numbers Pin
Steven M Hunt29-Nov-02 14:06
Steven M Hunt29-Nov-02 14:06 
GeneralRe: Random Numbers Pin
Nish Nishant29-Nov-02 15:28
sitebuilderNish Nishant29-Nov-02 15:28 

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.