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.
So what should I do ? Is this loading order going to change or not ?
If not, I will need to fix the constructor so that it only installs
the default context if X11 was already initialized (this should not
break too many applications as the only one that does require it loads
opengl32.dll dynamically).
--
Lionel Ulmer - [EMAIL PROTECTED]
My Advogato Wine diary : http://www.advogato.org/person/bbrox/