Results 1 to 2 of 2
# 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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-21-2009 #1Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
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
- 04-21-2009 #2Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
re-run the wintricks
# sh winetricks colorprofile comctl32 comctl32.ocx corefonts dcom98 urlmon pdh wininet wsh56vb xact
then restart the machine
and now all the command line error(cmd) gone, but still a small pop-up window appears
"ActiveX component cant create object"
# cd /root/.wine/drive_c/Program\ Files/PrjPatientInfo
# wine cmd
C:\Program Files\PrjPatientInfo>PrjPatientInfo.exe
(no error on cmd)


Reply With Quote
