load_dll problem

Alexandre Julliard julliard at winehq.org
Wed May 14 11:36:11 CDT 2003


"Dimitrie O. Paun" <dpaun at 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.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list