application error when close the MainFrame window 
Author Message
 application error when close the MainFrame window

Hi,

I have a VC application, it executes normaly. but when I close the MainFrame
window, there always an exception without dump file, release version only.

anyone can help me?



Sat, 11 Oct 2003 09:39:17 GMT  
 application error when close the MainFrame window
Hi Quan Shi!

Quote:
> I have a VC application, it executes normaly. but when I close the
MainFrame
> window, there always an exception without dump file, release version only.

> anyone can help me?

Yes, I can. Create release build w/  PDB symbols:
1) In "Project settings" dialog choose "C/C++" tab, select "Program
Database" debug info.
2) In the same dialog select "Link" tab and check "Generate debug info"
checkbox.
3) In the same tab, go to "Project Options" edit control and add "/opt:ref".

Then start your application under VC de{*filter*} and catch the problem.
Also try to turn off optimizations in release build.

--
Best regards,
Vadim Melnik,
{*filter*} Consultant.
_____________________________
http://www.*-*-*.com/



Sun, 12 Oct 2003 06:28:32 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. closing the main frame window without closing the application

2. Child CFormView causes error when application closes.

3. Child CFormView causes error when application closes

4. Error after closing MFC-Application

5. Access Validation error when closing application

6. Closing a windows form application at startup.

7. disabled close button on a console application window

8. system button on Windows application disappear (-minimize,full screen,* close)

9. File save handlers while closing application main window

10. File save handlers while closing application main window

11. Console application command window does not close

12. MainFrame without Close

 

 
Powered by phpBB® Forum Software