[Wine] Microsoft Scripting on WINE

Dan Kegel dank at kegel.com
Fri May 2 13:45:23 CDT 2008


On Fri, May 2, 2008 at 10:42 AM, ReedMace <wineforum-user at winehq.org> wrote:
>  I have copied all the VB-related dlls that I can detect from my windows system32 directory into the appropriate WINE directory, but didn't overwrite anything that was already there. Is that correct?

Don't do that.  Instead, do
  wget http://kegel.com/wine/winetricks
  sh winetricks vcrun6 wsh56
as I suggested earlier.  It will install the DLLs properly.

>  However, I am still getting the VB error dialog. The software uses MS Access database, which underlies it. The Aquator installation does not require Access to be pre-installed on the machine.
>
>  I can't find anything that tells me if I need to do anything specific for Access to work, eg install ODBC? Or whether there is anything else needed for VBA to run? (The software allows for VBA customisation)?

You might also need to do
  sh winetricks mdac27
or possibly even
  sh winetricks art2kmin
or
  sh winetricks jet40

- Dan



More information about the wine-users mailing list