Error with a .exe file compiled with visual basic 6

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fabbri67
Newbie
Newbie
Posts: 1
Joined: Wed Jul 16, 2008 9:55 am

Error with a .exe file compiled with visual basic 6

Post by fabbri67 »

Hello, I have installed the last versione of wine
for linux ubuntu 7.10.

If I run, by wine, a .exe file (that I compiled, in windows xp,
by the visual basic 6), it appears this error:


(/home/pinco/PINCOPROVA)>wine pinco.exe
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"D:\\PINCOPROVA\\pinco.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"D:\\PINCOPROVA\\pinco.exe" failed, status c0000135

How can I resolve it?

Thank you.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Error with a .exe file compiled with visual basic 6

Post by vitamin »

fabbri67 wrote:Hello, I have installed the last versione of wine
for linux ubuntu 7.10.

If I run, by wine, a .exe file (that I compiled, in windows xp,
by the visual basic 6), it appears this error:


(/home/pinco/PINCOPROVA)>wine pinco.exe
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"D:\\PINCOPROVA\\pinco.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"D:\\PINCOPROVA\\pinco.exe" failed, status c0000135

How can I resolve it?

Thank you.
Get that dll installed on Wine. Or better yet the whole vbruntime redistributable. If you don't know how - use http://wiki.winehq.org/winetricks
Locked