I'm trying to use the EsiObjects COM gateway with Delphi. I successfully added the compoenent to a project and can connect and disconnect to the GT.M database. However, I'm having difficulties doing anything else. I need to define my variables, but the types that are in the VB examples are unknown identifiers (i.e. EsiNVList is an unknown identifier to Delphi).
Has anyone tried using the COM gateway with Delphi and can provide some samples on how to use EsiObjects types/identifiers?
Thanks,
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to use the EsiObjects COM gateway with Delphi. I successfully added the compoenent to a project and can connect and disconnect to the GT.M database. However, I'm having difficulties doing anything else. I need to define my variables, but the types that are in the VB examples are unknown identifiers (i.e. EsiNVList is an unknown identifier to Delphi).
Has anyone tried using the COM gateway with Delphi and can provide some samples on how to use EsiObjects types/identifiers?
Thanks,
Mark
I found the definitions I needed in the supporting DLL files (specifically 'EoSupportU.dll' for EsiNVList).
Any sample Delphi code on how to use these DLL's would still be appreciated, though.
Mark