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.
Error with a .exe file compiled with visual basic 6
Re: Error with a .exe file compiled with visual basic 6
Get that dll installed on Wine. Or better yet the whole vbruntime redistributable. If you don't know how - use http://wiki.winehq.org/winetricksfabbri67 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.