|
-
Nov 25th, 2011, 02:07 AM
#1
Thread Starter
New Member
COM Exception
I have a scenario where a COM exception is thrown by the following vc++ code.
hr = alarmflag ? S_OK : Error(errormessage, IID_IErrSvc, E_FAIL);
in my project, this COM exception(thrown with a END and DEBUG button) is caught by a VB.dll and when we click the End button, the entire process crashes.(since VB.dll cant handle COM exception)
It is because, when we click the ENd button, a object is passed on to VB that it cant handle.
can anybody tell me whats the type of object that is passed when we click end button in COM exception.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|