Thomas Heller wrote:
AFAIK, Shell extensions must be inproc servers, not local servers. In
other words, they must be DLLs not EXEs.
Thanks! That helps. As far as I can tell, py2exe is the only executable
builder that can create a COM server DLL, so I'm trying to find out how
to request it t
On Aug 9, 2016, at 2:21 AM, Gertjan Klein wrote:
>
> Thanks! That helps. As far as I can tell, py2exe is the only executable
> builder that can create a COM server DLL, so I'm trying to find out how
> to request it to do so. There is an example here:
>
> http://www.py2exe.org/index.cgi/Py2exeA
Tim Roberts wrote:
On Aug 9, 2016, at 2:21 AM, Gertjan Klein wrote:
Thanks! That helps. As far as I can tell, py2exe is the only executable
builder that can create a COM server DLL, so I'm trying to find out how
to request it to do so. There is an example here:
http://www.py2exe.org/index.cgi