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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing a VB COM object to a Delphi App?

Status
Not open for further replies.

DjangMan

Programmer
Jun 1, 2001
1,785
CA
I have a VB application that uses a COM interface. I have a Delphi application that I've created the TBL files for the same COM interface.

Does anyone know if I can pass the COM object from the VB app to the Delphi app?

I was thinking that I might need to make a memory map as I figured that a pointer to the COM object wouldn't be sufficient.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top