How to handle Structured Exceptions?

Hi,

I am working on one sample application with opencv.I am getting "Stuctured Exception thrown by other component" Exception after long run of the application so that i am unable to trace it. I am hanlding memory effectively.

How to handle this?

I would like to know about the the reasons/cases for getting structured Exceptions.

Please help me to trace out the problem ASAP.

Regards,
Naresh Kodumuri.
Run the app in a debugger, ideally a debug build. Set the debugger to break when the exception is being thrown.

When the app crashes, it'll stop in the debugger. You'll be able to see what line of code it stopped on, the call stack and program variables.
Topic archived. No new replies allowed.