[EMAIL PROTECTED] wrote: > I tryed to compile a programm against winelib and noticed the common > controls are not registered because the dllmain functions are never called. > The module trace shows the builtin comctl32 gets loaded. > > Did it broke with the last winelib updates? It shouldn't have ... Does the program in question use LoadLibrary? With the new WineLib, you can now also try implicit loading by specifying imports in the app's .spec file. Bye, Ulrich
- Re: winelib/DllMain Ulrich Weigand
- Re: winelib/DllMain Juergen Schmied
- Re: winelib/DllMain Ulrich Weigand