Free Source Code and Program Tips
Posts tagged Release
Solution: Crash in Release build with self-defined message
Nov 28th
We often meet such case: I have an application with a modeless dialog. The dialog comes up perfectly in DEBUG build, But in RELEASE build, it crashed. Such problem often occures because of incorrect signature of message handle functions, that included into MFC message map for your CWnd based class.We should very carefully check signatures