Re: MFC App nor handling std::exception
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Sun, 22 Jun 2008 19:48:20 -0400
You would have to show the code, and show your exception handler, so we could study what
else might be going wrong. In the absence of an example that (a) shows what code causes
the exception and (b) shows the exception handler you set for it, there is no way to
deduce what is going on.
joe
On Wed, 18 Jun 2008 04:11:01 -0700, PRMARJORAM <PRMARJORAM@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Hi,Joseph M. Newcomer [MVP]
Im using VS 2005.
I have an MFC app using a few classes that solely use STL etc.
Some of these throw exceptions of std::exception type, but MFC is not
handling these?
In debug mode it breaks where exception thrown with message about 'unhandled
exception at....'
What is my problem?
Thanks in advance.
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Prev by Date: Re: Getting system information programmatically
- Next by Date: Re: CString and embedded 0s
- Previous by thread: Re: MFC App nor handling std::exception
- Next by thread: Getting system information programmatically
- Index(es):
Relevant Pages
|