Hi there,
I have a DCOM component and a VB app that connects to it and makes several calls. Now, without changing anything in the sourcecode, I want to be able to audit what's going on with the DCOM component like:
List of functions called.
How many calls were made.
....
Is there a...