RE: win32com Dispatch

2002-11-12 Thread Kerry Oliphant
Paul, Did you get your questioned answered yet? Just take the PyIDispatch object that you get from the other COM method and pass it into win32com.client.Dispatch as the only argument and it will convert it to a CDispatch object that you can use. Kerry Oliphant Project Engineer Concepts NREC --

RE: win32com Dispatch

2002-11-11 Thread Chris Ingram
Paul, I haven't seen a response since you've posted your message. When you get back an IDispatch pointer from calling a COM method on another object, you have to Dispatch that object. So for example if the IDispatch pointer is stored in a variable called newObj, then you'd want to do "win32com.c

RE: win32com

2001-08-01 Thread Etienne Labuschagne
o: Etienne Labuschagne; [EMAIL PROTECTED]Subject: RE: win32com This doesn't work quite yet.  The code you see relating to the vtables allows you to _implement_ these COM objects, but not call them.  This work will probably happen over the next few months (or quicker if someone

RE: win32com

2001-07-31 Thread Etienne Labuschagne
Mark Hammond [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 01, 2001 1:00 PMTo: Etienne Labuschagne; [EMAIL PROTECTED]Subject: RE: win32com This doesn't work quite yet.  The code you see relating to the vtables allows you to _implement_ these COM objects, but not call them. 

RE: win32com

2001-07-31 Thread Mark Hammond
This doesn't work quite yet.  The code you see relating to the vtables allows you to _implement_ these COM objects, but not call them.  This work will probably happen over the next few months (or quicker if someone beats me to it [Please!])   Mark.    -Original Message-Fro