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

C / C++ / MFC

 
GeneralRe: Media Player Pin
Christian Graus4-Mar-02 22:19
protectorChristian Graus4-Mar-02 22:19 
GeneralAgatha Christie Pin
Nish Nishant4-Mar-02 22:50
sitebuilderNish Nishant4-Mar-02 22:50 
GeneralHeavy Metal Thunder Pin
Christian Graus4-Mar-02 22:56
protectorChristian Graus4-Mar-02 22:56 
GeneralRe: Heavy Metal Thunder Pin
Nish Nishant4-Mar-02 22:53
sitebuilderNish Nishant4-Mar-02 22:53 
GeneralXP / 2000 window focus Pin
Davy Mitchell4-Mar-02 21:16
Davy Mitchell4-Mar-02 21:16 
GeneralFile size calculation .. Pin
Neha4-Mar-02 20:47
Neha4-Mar-02 20:47 
GeneralRe: File size calculation .. Pin
Joaquín M López Muñoz4-Mar-02 21:54
Joaquín M López Muñoz4-Mar-02 21:54 
GeneralDebug & Release Pin
gropex4-Mar-02 20:11
gropex4-Mar-02 20:11 
This morning I defined a user message and a handler to deal with it.But I kept getting an error under the release mode while it works well(I mean no warning) under the debug mode.

In the end I found that it only because that I forget to add parameters to the function.
LRESULT HANDLER() ---> LRESULT HANDLER(WPARAM wParam,LPARAM lParam)
But it really cost me a lot of time.

I want to know whether there are any methods to find this kind of errors that only occur under the release mode but run ok under the debug mode?

Thx ahead.

Confused | :confused:
GeneralRe: Debug & Release Pin
56789012344-Mar-02 22:25
56789012344-Mar-02 22:25 
GeneralRe: Debug & Release Pin
Tim Deveaux5-Mar-02 4:24
Tim Deveaux5-Mar-02 4:24 
Generalsilly little question Pin
tbbooher4-Mar-02 19:19
tbbooher4-Mar-02 19:19 
GeneralRe: silly little question Pin
Joaquín M López Muñoz4-Mar-02 19:54
Joaquín M López Muñoz4-Mar-02 19:54 
GeneralRe: silly little question Pin
peterchen4-Mar-02 22:23
peterchen4-Mar-02 22:23 
GeneralRe: silly little question Pin
tbbooher5-Mar-02 4:30
tbbooher5-Mar-02 4:30 
GeneralRe: silly little question Pin
peterchen5-Mar-02 5:57
peterchen5-Mar-02 5:57 
GeneralUpdating Messages from threads Pin
MarkPQ4-Mar-02 19:06
MarkPQ4-Mar-02 19:06 
GeneralRe: Updating Messages from threads Pin
Joaquín M López Muñoz4-Mar-02 20:04
Joaquín M López Muñoz4-Mar-02 20:04 
GeneralRe: Updating Messages from threads Pin
peterchen4-Mar-02 22:30
peterchen4-Mar-02 22:30 
GeneralRe: Updating Messages from threads Pin
Nish Nishant4-Mar-02 22:46
sitebuilderNish Nishant4-Mar-02 22:46 
GeneralRe: Updating Messages from threads Pin
peterchen4-Mar-02 23:34
peterchen4-Mar-02 23:34 
GeneralRe: Updating Messages from threads Pin
Jonathan Craig5-Mar-02 5:12
Jonathan Craig5-Mar-02 5:12 
GeneralRe: Updating Messages from threads Pin
MarkPQ5-Mar-02 13:47
MarkPQ5-Mar-02 13:47 
GeneralRe: Updating Messages from threads Pin
Jonathan Craig6-Mar-02 8:29
Jonathan Craig6-Mar-02 8:29 
GeneralRe: Updating Messages from threads Pin
MarkPQ6-Mar-02 12:23
MarkPQ6-Mar-02 12:23 
GeneralRe: Updating Messages from threads Pin
MarkPQ6-Mar-02 12:35
MarkPQ6-Mar-02 12:35 

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.