Re: Fix implicit loading of 16bit GDI & USER

2005-05-31 Thread Richard Cohen
Alexandre Julliard wrote: The easiest is probably to go back to always loading GDI. Something like this should do the trick: That works for me.

Re: Fix implicit loading of 16bit GDI & USER

2005-05-31 Thread Alexandre Julliard
Richard Cohen <[EMAIL PROTECTED]> writes: > Alexandre Julliard wrote: > > The problem is probably > > that GDI isn't pre-loaded, which is the case for 32-bit apps now that > > GDI no longer needs the local heap. > > That would explain it. > > > What app is causing the problem? > > Scansoft Pape

Re: Fix implicit loading of 16bit GDI & USER

2005-05-31 Thread Richard Cohen
Alexandre Julliard wrote: The problem is probably that GDI isn't pre-loaded, which is the case for 32-bit apps now that GDI no longer needs the local heap. That would explain it. What app is causing the problem? Scansoft Paperport version 6 (.5? -- there are different version numbers all

Re: Fix implicit loading of 16bit GDI & USER

2005-05-31 Thread Alexandre Julliard
Richard Cohen <[EMAIL PROTECTED]> writes: > Changelog > Implicitly loaded 16bit GDI & USER need an EXE extension This is wrong, the EXE extension is present in the module filename, the loader shouldn't need to know about it. The problem is probably that GDI isn't pre-loaded, which is the cas