[python-win32] Re : activeX persistent properties

2007-09-26 Thread victor LEBRUN
Hello pywin32 users :) Finally I found that all the method I need to use for my activeX are in the oca file and not in the ocx file. For Visual studio it easy to access to the cache of the activeX control (oca file) but it seems that creating a container for an oca object do not work with pywi

[python-win32] Request to be added to approved list

2007-09-26 Thread victor LEBRUN
Hello pywin32 users :) Finally I found that all the method I need to use for my activeX are in the oca file and not in the ocx file. For Visual studio it easy to access to the cache of the activeX control (oca file) but it seems that creating a container for an oca object do not work with pyw

[python-win32] Request to be added to approved list

2007-09-26 Thread howard
Hmmm, I USED to able to post. Perhaps I got lost in the name changeover. Anyway, I have some discussion/changes to post regarding building win32 stuff under VS2005. Thanks ___ python-win32 mailing list python-win32@python.org http://mail.python.org/m

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-26 Thread Tim Roberts
Stephen Warren wrote: > Mark Hammond wrote: > > Stephen Warren wrote: > >> Also, my eventual desire is to submit a patch to implement hard-link > >> functionality for Win32 via CreateHardLink. > > win32file already exposes this function. > > So it does; I'd forgotten about the pywin32 stuff. > > Is