ActiveX control
ActiveX control
Howdy folks,
I am trying Wine for the first time. I have a windows application that has an ActiveX control associated with it. Running it with Wine I am getting the error:
err:ole:CoGetClassObject class .... not registered
Can someone point me the right direction on this?
Thanks
Harpist
I am trying Wine for the first time. I have a windows application that has an ActiveX control associated with it. Running it with Wine I am getting the error:
err:ole:CoGetClassObject class .... not registered
Can someone point me the right direction on this?
Thanks
Harpist
Re: ActiveX control
Have you installed that program on Wine? It could be that that control didn't register properly. If so you can run 'wine regsvr32 control.dll' where "control.dll" is the dll with your ActiveX control.Harpist wrote:I am trying Wine for the first time. I have a windows application that has an ActiveX control associated with it. Running it with Wine I am getting the error:
err:ole:CoGetClassObject class .... not registered
How do I run an online activex test like this http://mheller.com/testax.htm
I run wine iexplore and then go to the website but it says that activex is not supported
I run wine iexplore and then go to the website but it says that activex is not supported
Wine's iexplore is basically Firefox disguised as IE. Try installing IE7 with winetricks.kuku wrote:How do I run an online activex test like this http://mheller.com/testax.htm
I run wine iexplore and then go to the website but it says that activex is not supported
And it supports activeX since 1.4, shouldn't this bug be more triaged ?dimesio wrote:Wine's iexplore is basically Firefox disguised as IE. Try installing IE7 with winetricks.kuku wrote:How do I run an online activex test like this http://mheller.com/testax.htm
I run wine iexplore and then go to the website but it says that activex is not supported
- The built-in (Gecko-based) web browser engine supports ActiveX.
Re: ActiveX control
What is the ... that you skipped?Harpist wrote: I have a windows application that has an ActiveX control associated with it. Running it with Wine I am getting the error:
err:ole:CoGetClassObject class .... not registered
Which app? Is a demo available?
Are you running with the latest wine (1.4)?
The issue we are talking about in this forum thread.dimesio wrote:Bug number?Usurp wrote: And it supports activeX since 1.4, shouldn't this bug be more triaged ?
A clean wine 1.4 prefix visiting visiting http://mheller.com/testax.htm with iexplore will fail to start the ActiveX object referred in the page.
Code: Select all
wine iexplore http://mheller.com/testax.htm
Code: Select all
err:ole:CoGetClassObject class {9732fb42-c321-11d1-836f-00a0c993f125} not registered
Pastebin link to the log: http://pastebin.com/yPtZcn7y