I am trying to run a home made Visual Basic 6 application on SUSE Linux Desktop 10, using &quot;wine-1.1.18-2.1&quot;<br>Installation of VB 6 Application went smooth, and creates the directory under &quot;/root/.wine/drive_c/Program\ Files/PrjPatientInfo&quot;.<br>
<br>I then did the following<br># cd /root/.wine/drive_c/Program\ Files<br># cd PrjPatientInfo<br># wine cmd<br>C:\Program Files\PrjPatientInfo&gt;<br><br>&quot;ActiveX component cant create object&quot;<br><br>and on console/cmd got the following error<br>
<br>C:\Program Files\PrjPatientInfo&gt;PrjPatientInfo.exe<br>C:\Program Files\PrjPatientInfo&gt;err:ole:CoGetClassObject class {00000514-0000-00 10-8000-00aa006d2ea4} not registered<br>err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registere d<br>
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5<br><br>Please help<br>Regards<br><br><br>