Larry,
It's been a while since I coded something in VB or Delphi because I'm mostly
turn on Python ;)
so please excuse me any mistakes I can make 8I don't have neither VB or
Delphi installed on this computer)
For Delphi to use an OLE/COM Object it requires a TypeLibrary that explains
how to acc
En Wed, 14 Mar 2007 21:17:12 -0300, Larry Bates <[EMAIL PROTECTED]>
escribió:
> I have a rather large Python class that I've converted to
> a COM object. I can dispatch (using either Python or VB)
> and call the methods perfectly. Now a new client wants
> to call it from Delphi. Can anyone ou
Hi,
Larry Bates wrote:
> I have a rather large Python class that I've converted to
> a COM object. I can dispatch (using either Python or VB)
> and call the methods perfectly. Now a new client wants
> to call it from Delphi. Can anyone out there give me
> any pointers on how that would be done.