Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Implementing a COM object with a dispatch interface??

Status
Not open for further replies.

Dougec

Programmer
Nov 21, 2005
2
US

I have an application that has to talk to another app that is a COM Automation server. The COM server app provides a TLB file which I am able to extract into a .cpp and .h file using the Import Type Library option. Using these I can access the servers exposed objects.

However there are Dispatch interfaces that the server provides that my app must implement to handle events thrown by the server.

I'm totally lost on where to begin with this. Does anyone know how I can implement these interfaces (define the functions, etc?) so that events on the server-side will be handled by my app?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top