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