Click here to Skip to main content
15,905,238 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralReturn value Pin
Timothy198213-Sep-04 6:39
Timothy198213-Sep-04 6:39 
GeneralRe: Return value Pin
David Crow13-Sep-04 7:46
David Crow13-Sep-04 7:46 
GeneralRe: Return value Pin
Timothy198214-Sep-04 0:15
Timothy198214-Sep-04 0:15 
GeneralRe: Return value Pin
BlackDice13-Sep-04 12:04
BlackDice13-Sep-04 12:04 
GeneralFullscreen weirdness in XP Pin
Jörgen Sigvardsson13-Sep-04 5:34
Jörgen Sigvardsson13-Sep-04 5:34 
GeneralRe: Fullscreen weirdness in XP Pin
mcgahanfl13-Sep-04 7:09
mcgahanfl13-Sep-04 7:09 
GeneralShow 2 dialog windows Pin
Larsson13-Sep-04 5:07
Larsson13-Sep-04 5:07 
GeneralRe: Show 2 dialog windows Pin
David Crow13-Sep-04 7:49
David Crow13-Sep-04 7:49 
Questionanyone knows of this control? Pin
GerhardC13-Sep-04 4:50
GerhardC13-Sep-04 4:50 
GeneralExecute an .exe read in memory Pin
mich213-Sep-04 3:35
mich213-Sep-04 3:35 
GeneralRe: Execute an .exe read in memory Pin
David Crow13-Sep-04 3:55
David Crow13-Sep-04 3:55 
GeneralRe: Execute an .exe read in memory Pin
Alexander M.,13-Sep-04 4:05
Alexander M.,13-Sep-04 4:05 
GeneralRe: Execute an .exe read in memory Pin
David Crow13-Sep-04 4:07
David Crow13-Sep-04 4:07 
GeneralRe: Execute an .exe read in memory Pin
mich213-Sep-04 4:17
mich213-Sep-04 4:17 
GeneralRe: Execute an .exe read in memory Pin
BlackDice13-Sep-04 12:07
BlackDice13-Sep-04 12:07 
GeneralRe: Execute an .exe read in memory Pin
mich213-Sep-04 14:34
mich213-Sep-04 14:34 
GeneralRe: Execute an .exe read in memory Pin
Arsalan Malik13-Sep-04 19:31
Arsalan Malik13-Sep-04 19:31 
GeneralRe: Execute an .exe read in memory Pin
mich213-Sep-04 19:45
mich213-Sep-04 19:45 
GeneralCreating shareware Pin
Hoornet9313-Sep-04 3:15
Hoornet9313-Sep-04 3:15 
GeneralRe: Creating shareware Pin
Antti Keskinen13-Sep-04 3:42
Antti Keskinen13-Sep-04 3:42 
GeneralRe: Creating shareware Pin
Hoornet9313-Sep-04 5:02
Hoornet9313-Sep-04 5:02 
GeneralRe: Creating shareware Pin
Alexander M.,13-Sep-04 4:07
Alexander M.,13-Sep-04 4:07 
Always avoid to build software with serial checks, it is easy for crackers to hack it!
If you want to code a shareware then I propose that you put some features of the software in #ifdef blocks and undefine them when compiling the shareware. So crackers won't be able to reenable the features.

Don't try it, just do it! Wink | ;-)
GeneralRe: Creating shareware Pin
Henry miller13-Sep-04 4:33
Henry miller13-Sep-04 4:33 
GeneralRe: Creating shareware Pin
Antony M Kancidrowski13-Sep-04 4:33
Antony M Kancidrowski13-Sep-04 4:33 
GeneralODBC programming - need help Pin
acroitoriu13-Sep-04 2:47
acroitoriu13-Sep-04 2:47 

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.