ARProgbar.ocx

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
K4Z00
Level 2
Level 2
Posts: 45
Joined: Sun Jun 29, 2008 3:53 pm

ARProgbar.ocx

Post by K4Z00 »

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!
Last edited by K4Z00 on Sun Jun 29, 2008 7:22 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: ARProgbar.ocx

Post by vitamin »

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: Select all

cd where/that/file/is
wine regsvr32 ARProgBar.ocx
Post output if there is any.
K4Z00
Level 2
Level 2
Posts: 45
Joined: Sun Jun 29, 2008 3:53 pm

Post by K4Z00 »

dear vitamin

you am genius! as soon as i saw the error message i knew the answer!

err:module:import_dll Library MSVBVM50.DLL (which is needed by L"C:\\Program Files\\.....

this is a known problem with this software when used on VISTA machines. did sh winetricks vb5run and i'm in!

many thanks!
Locked