Problem with release build.
-
Hi all, I had created customised tree control class derived from CTreeCtrl . I had written a handler to WM_RBUTTONDOWN message in that class. The problem is in release mode this handler nerver get executed but in debug mode it works fine. What may be the problem? Thanx in advance.
-
Hi all, I had created customised tree control class derived from CTreeCtrl . I had written a handler to WM_RBUTTONDOWN message in that class. The problem is in release mode this handler nerver get executed but in debug mode it works fine. What may be the problem? Thanx in advance.
VCSharp007 wrote:
The problem is in release mode this handler nerver get executed but in debug mode it works fine.
http://www.codeproject.com/debug/survivereleasever.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief And You
-
Hi all, I had created customised tree control class derived from CTreeCtrl . I had written a handler to WM_RBUTTONDOWN message in that class. The problem is in release mode this handler nerver get executed but in debug mode it works fine. What may be the problem? Thanx in advance.
Double-check to see that the handler has the correct signature (return type, calling convention and parameters). Peace!
-=- James
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!
DeleteFXPFiles & CheckFavorites (Please rate this post!)