Have installed wine 1.0 on Asus eee pc 701 4gb (Xandros), and it’s running most programs fine. Have company made software that is taking a little more cajoaling to work. First gave an error “runtime error 3633”. Ran sh winetricks jet40 and it moved on to let me run the first part of the program. Now getting “error 339, component ARProgBar.ocx or one of its dependencies is not registered….”
Solutions tried: sh winetricks vb6run. (edit to show correct command)
Right clicking file and open with regsvr32.exe (no discernable effect).
Any help or suggestions appreciated. Is there any way to force the ocx file to be registered? Or any ways to overcome the error. Thanks!
ARProgbar.ocx
ARProgbar.ocx
Last edited by K4Z00 on Sun Jun 29, 2008 7:22 pm, edited 1 time in total.
Re: ARProgbar.ocx
In the terminal:K4Z00 wrote:Have installed wine 1.0 on Asus eee pc 701 4gb (Xandros), and it’s running most programs fine. Have company made software that is taking a little more cajoaling to work. First gave an error “runtime error 3633”. Ran sh winetricks jet40 and it moved on to let me run the first part of the program. Now getting “error 339, component ARProgBar.ocx or one of its dependencies is not registered….”
Solutions tried: sh winetricks vbrun60.
Right clicking file and open with regsvr32.exe (no discernable effect).
Any help or suggestions appreciated. Is there any way to force the ocx file to be registered? Or any ways to overcome the error. Thanks!
Code: Select all
cd where/that/file/is
wine regsvr32 ARProgBar.ocx