"Dimitrie O. Paun" dpaun@rogers.com writes:
I am trying to run some Winelib apps built with winegcc, and they don't work. winegcc/winewrap do the wrapper idea to avoid initialization problems: basically the main app is built as a .dll which is loaded with LoadLibrary by a small loader. Well, this DLL is not found, and the app doesn't load.
You need to put it in WINEDLLPATH. You could also specify the full path, though this may only work for .exe.so for the moment, I haven't verified that. But I think it would be better to get rid of the wrapper dll concept, and fix the constructor issues properly.