[comtypes-users] Using a COMObject from a client more than once

2010-02-10 Thread James Teh
ave some policy documentation on this scenario. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ -- SOLARIS 10 is the OS for Data Centers - provides features such as DTr

[comtypes-users] __del__ called more than once on a comtypes COM POINTER object

2009-09-12 Thread James Teh
s in any way. Can you think of any reason this might be happening? Is there any code in the ctypes POINTER type that calls __del__? Thanks. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ ---

[comtypes-users] comtypes.GUID._CoTaskMemFree: return type should be void

2009-09-01 Thread James Teh
-65535, which raises an exception due to a non-0 HRESULT. This is similar to the issue with ITypeLib::ReleaseTLibAttr. Btw, I saw this exception as a result of line 44 (in GUID.__unicode__): _CoTaskMemFree(p) I have attached a patch to fix this. Thanks. Jamie -- James Teh Email/MSN Messenger

Re: [comtypes-users] comtypes 0.6.1 released

2009-08-19 Thread James Teh
009-06-17. :) Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your repo

[comtypes-users] New release?

2009-08-07 Thread James Teh
parameter, CoCreateInstance, etc.) in our new release. If there are other changes pending before you're willing to make a release, I understand, but thought I'd ask anyway. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: ht

Re: [comtypes-users] comtypes.server.IClassFactory.CreateInstance

2009-08-04 Thread James Teh
which is not what I want. I've attached a patch against svn trunk to fix this. Thanks. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ Index: comtypes/server/__init__.py =

[comtypes-users] comtypes.client.GetActiveObject: dynamic parameter?

2009-07-30 Thread James Teh
=comtypes.automation.IDispatch)) one could do: instance = comtypes.client.GetActiveObject(progid, dynamic=True) Thanks. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ -- Let Crystal

[comtypes-users] comtypes.server.IClassFactory.CreateInstance

2009-07-30 Thread James Teh
=interface) I'm curious as to how frequently this is already used, as such a change would break existing usage. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ --

[comtypes-users] "this" parameter to COM event functions

2008-10-30 Thread James Teh
other COM server, if "this" is present at all, the event function is not fired. Can anyone provide some clarification as to the status of the "this" parameter in comtypes 0.5.2? Is "this" now optional? Is the name "this" special? Thanks. --