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.
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.