[python-win32] COM server and pointer to pointer parameter

2008-11-11 Thread ricercar
Hello, some weeks ago I posted a message, and opened a bug ticket, but got not reply. Probably few of us are working with servers or dealing with pointer to pointer parameters (or simply have no time). Anyway I try to post the request once again, maybe somebody missed the issue. (Unfortunately at t

Re: [python-win32] WIN32COM: Cannot get event interface g iven a wrapped dispatch pointer

2008-11-11 Thread Brad Johnson
Mark Hammond skippinet.com.au> writes: > > While you have obviously struck a bug, I need to understand it more before I > can comment further. I'll try and reproduce it using the C++ test object > and IDL file - if you could help do that it would be greatly appreciated and > help a timely solut

Re: [python-win32] COM server and pointer to pointer parameter

2008-11-11 Thread Mark Hammond
> The result in PythonWin trace Collector is: > Object with win32trace dispatcher created (object=None) > Object with win32trace dispatcher created (object= instance at 0x015DF210>) > {----}Traceback (most recent call > last): > File "C:Python25Libsite-packageswin32c

Re: [python-win32] ODBC dates and buffers

2008-11-11 Thread Vernon Cole
+1 for an immediate switch to using datetime objects in odbc. That will make adodbapi and odbc a little more compatible. (They will never be completely compatible since odbc was written to an earlier api spec.) Because of historical reasons, adodbapi defaults to mxDateTime, if present, and datet