Why are myole4ax.idl and myole4ax.tlb needed in wx.lib of Phoenix source anyway?
Bo�tjan Mejak wrote:
Why are myole4ax.idl
<https://github.com/wxWidgets/Phoenix/blob/master/wx/lib/myole4ax.idl> and
myole4ax.tlb
<https://github.com/wxWidgets/Phoenix/blob/master/wx/lib/myole4ax.tlb> needed
in wx.lib of Phoenix source anyway?
$ grep -i myole *.py
activex.py:42: f = os.path.join(os.path.dirname(__file__), 'myole4ax.tlb')
activex.py:44:from comtypes.gen import myole4ax
activex.py:110: self.ipao = self._ax.QueryInterface(myole4ax.IOleInPlaceActiveObject)
···
--
Robin Dunn
Software Craftsman