Hi all,
my situation: I have an application (I can not changed it) with following structure:
[folder]
bin/
...app.exe
libs/
...other/
......y1.dll
...x1.dll
...x2.dll
[/folder]
On Windows I just have to add libs to the PATH and the application can easely find all required dlls, on linux it does not work.
Of cource I can copy all dll to the BIN, but this is UGLY. Moreover I have to use an environment where I could have many such setups. And the content of folders should not be changed (for releasing, etc).
I have tried with WINEDLLOVERRIDES and WINDLLPATH, but I still get the "err:module:import_dll Library ..." error.
Unfortunatelly I could not find any documentation how to provice a path with custom DLLs to wine, w/o adding them to PATH in wine itself (static).
Has anyone an idea how to solve it? or is there a way to register some DLL by wine dynamically?
THX!
R