Hello All, As a Windows programmer I sometimes use API spy tools to get a trace of all function calls exported from DLLs. But it becomes more and more obsolete in these COM/OLE days when calls are done through COM interfaces instead of DLL exported functions. Does anybody knows a tool or an article with sources which expand this ability to trace everything to the COM world? Specially in IDispatch::Invoke. TIA
"Kaibin" <Kaibin@community.nospam> wrote in message news:O$an8Bm7FHA.740@TK2MSFTNGP11.phx.gbl > Does anybody knows a tool or an article with sources which expand this > ability to trace everything to the COM world? Specially in > IDispatch::Invoke. ComSpy: http://staff.develop.com/jasonw/comspy/default.htm -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
Thank you so much. Pretty good tool. "Igor Tandetnik" wrote in message news:OT7TzEm7FHA.2040@TK2MSFTNGP14.phx.gbl... > "Kaibin" <Kaibin@community.nospam> wrote in message > news:O$an8Bm7FHA.740@TK2MSFTNGP11.phx.gbl >> Does anybody knows a tool or an article with sources which expand this >> ability to trace everything to the COM world? Specially in >> IDispatch::Invoke. > > ComSpy: http://staff.develop.com/jasonw/comspy/default.htm > -- > With best wishes, > Igor Tandetnik > > With sufficient thrust, pigs fly just fine. However, this is not > necessarily a good idea. It is hard to be sure where they are going to > land, and it could be dangerous sitting under them as they fly > overhead. -- RFC 1925 >