Kuba Ober wrote:
The application installs but with some error: "C:\Program Files\Fma\sframeword\helper\BramusICQ.dll Unable to register the DLL/OCX: LoadLibrary failed; code 126 Module not found."
Can you try typing $ regsvr32 BramusICQ.dll manually? You'll have to do it from the directory it's in.
sure.
$ WINEPREFIX=/tmp/winetemp regsvr32 BramusICQ.dll err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files\Fma\sframework\helper\BramusICQ.dll") not found Failed to load DLL BramusICQ.dll
it's seems I need this MSVBVM60.DLL. It's nowhere in the application's installation or wine's systems folders.
Er, google for it? The first hit is a free download of that dll. The application's installer is probably broken in assuming that such a dll will exist on all windows systems (it probably doesn't exist on a clean win95, at least).
:) yes, of course. done that already. The dll registers fine.
unfortunately, that was not the problem.
thanks.
-Ioannis