Manowitz, David wrote:
Is it possible, either via the win32com extensions or the comtypes
package (or some other package), to call to an unregistered COM
library?
It does appear to be possible, using a manifest file:
https://msdn.microsoft.com/en-us/library/ms973913.aspx
--
Greg
"
, "'[email protected]'"
Subject: Re: [python-win32] Calling unregistered COM libraries via Python
On 12/01/2016 4:21 AM, Manowitz, David wrote:
> Is it possible, either via the win32com extensions or the comtypes
> package (or some other package), to call to an unr
On 12/01/2016 4:21 AM, Manowitz, David wrote:
Is it possible, either via the win32com extensions or the comtypes
package (or some other package), to call to an unregistered COM
library? It doesn’t seem so, but I wanted to check.
COM uses the registration info to locate and load the library, so