hi,
I m working on video conferencing application. I m facing one problem.
The decoder of my application crashes with ACCESS VIOLATION.
I m doing basic authentication of the video data packets like sequence
number but the problem is sometimes decoder get crash with access
violation. I m suspecting the cause is due to bad data passed to
decoder. I want to catch the crash and want to show some nice message
box. I tried to use try/catch(...) but couldnt catch it.
My video application is basically an ATL COM EXE.
Please help me out.
Regards
Usman