Debugging Events raised by C++ objects hosted in vb 
Author Message
 Debugging Events raised by C++ objects hosted in vb

Stepping through the application that responses to the
event(s) raised by external C++ object can be a little
tricky. Following the vb call stack and F8'it through the
code is fine untill call branches to the external dll.

VB suppose to 'pickup' on Event handlers implementation
and continue.  If I set the breakpoint on that event
implementation and F5, I can pickup from there.
How can I start debugging from VB and right after call to
dll see the response (event raised by external dll)?

I hope I'm clear in what I want to achive..
Thanks in advance.
greg



Wed, 21 Jan 2004 02:33:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Raise a VB event from a C++ dll

2. Using events in VB from a C++ COM object

3. how to raise base class event and method from the derived child object

4. Raising events from objects in a collection

5. Raising events from objects in a collection

6. Raising events from objects in a collection

7. Browser Object Not Raising DocumentComplete Event

8. Raising events in a object modell

9. Objects in Collection and Raise Events

10. Raising events from collection member objects?!?!

11. Raise Event or CallBack Object?

12. Pass object or Raise Event?

 

 
Powered by phpBB® Forum Software