| winetricks - ActiveX error # rpm -q wine
wine-1.1.18-2.1
then
# sh winetricks directx9 msxml3 vcrun2003 dotnet11 corefonts vb6run
I am trying to run a home made Visual Basic 6 application on SUSE Linux Desktop 10, using "wine-1.1.18-2.1"
Installation of VB 6 Application went smooth, and creates the directory under "/root/.wine/drive_c/Program\ Files/PrjPatientInfo".
I then did the following
# cd /root/.wine/drive_c/Program\ Files
# cd PrjPatientInfo
# wine cmd
C:\Program Files\PrjPatientInfo>
"ActiveX component cant create object"
and on console/cmd got the following error
C:\Program Files\PrjPatientInfo>PrjPatientInfo.exe
C:\Program Files\PrjPatientInfo>err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
please help |