Am Don, 2002-10-10 um 09.16 schrieb Fabian Cenedese:
new PC. The Windows dll was MyDll.dll which I turned now into a .so. ELF_LoadLibraryExA is looking for a libMyDll.so but returns with error=2.
Rename your library to libmydll.so (all lower case) and try again. Wine will not load any Winelib library containing any non-lower-case character.
Martin