Dialog crashes
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, In a program, I have a linked list of Dialogs. Upon some actions of the user, I select one and present it (using DoModal). All of a sudden, the system now crashes in the production compilation (the debug compilation of course has got no problem whatsoever, sigh....). I have built in some lines to a tracefile, and so far, this works fine all the way to the end of the "OnInitDialog" routine. After that, Windows asks me to send a message to mr. Gates. Has anyone got an idea of how to trace this further down the events? I am of course doing something wrong which will appear to be highly trivial, but how do I get there (especially since the debug version of my program works fine...) Thanks in advance for any suggestions. William