msvbvm60.dll not found

Questions about Wine on Linux
Locked
Simon Richter

msvbvm60.dll not found

Post by Simon Richter »

Hi list,

now I have to use wine to run some self scripted VB Scripts under Linux.
And there are the first problems:

When I run the script, it shows that error: msvbvm60.dll not found.

I copied the dll from a Windows-PC into the directory with the script,
but I always get that error. Same problem after moving the dll File into
C:/Windows/system32/ .

Thanks for all !
John Drescher

msvbvm60.dll not found

Post by John Drescher »

now I have to use wine to run some self scripted VB Scripts under Linux.
And there are the first problems:

When I run the script, it shows that error: msvbvm60.dll not found.

I copied the dll from a Windows-PC into the directory with the script, but I
always get that error. Same problem after moving the dll File into
C:/Windows/system32/ .
It's best to properly install that dll (and most microsoft runtimes)
using winetricks.

winetricks vb6run

John
Simon Richter

msvbvm60.dll not found

Post by Simon Richter »

It's best to properly install that dll (and most microsoft runtimes)
using winetricks.

winetricks vb6run

John
Thank you !
Locked