Exception Handling
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a thirdy party OCX. There is a sample VB program which uses "On Error" to trap runtime errors when an OCX method is invoked. I want to build my application using this OCX and VC++. How do I trap runtime errors ? Do I have to use exception handling ? Thanks
-
Hi, I have a thirdy party OCX. There is a sample VB program which uses "On Error" to trap runtime errors when an OCX method is invoked. I want to build my application using this OCX and VC++. How do I trap runtime errors ? Do I have to use exception handling ? Thanks