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
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
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
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