On Sun, 11 Jun 2000, Lionel Ulmer wrote:
> Hi all,
>
> Seems that with some recent patches (Address Space Separation maybe),
> the order of loading of DLLs has changed : the DLLs linked by the
> application are loaded now before the one loaded by Wine itself.
>
> This leads to a crash when an application explicitely links in
> OpenGL32.dll as I added a 'constructor' dependant on the X11 driver to
> this DLL.
You are probably supposed to use the DLL's init routine (which most
other DLLs do by specifying one in the .spec file), not a constructor...