Re: Python COM called from VB/Delphi

2007-03-16 Thread Jorge Mazzonelli
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

Re: Python COM called from VB/Delphi

2007-03-15 Thread Gabriel Genellina
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

Re: Python COM called from VB/Delphi

2007-03-15 Thread Michał Zaborowski
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.

Python COM called from VB/Delphi

2007-03-14 Thread Larry Bates
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. Are there any "gotchas" about th