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!
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!In the terminal: Code: cd where/that/file/is wine regsvr32 ARProgBar.ocx Post output if there is any.