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 !
> 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