Re: kernel32: Add an ability to execute 32-bit applications from16-bit ones using winoldap.dll

2007-12-25 Thread Dmitry Timoshkov
"Andrey Turkin" <[EMAIL PROTECTED]> wrote: > The application mentioned in the bug change current directory to output > dir and then uses WINEXEC with relative filename to start child application. > Thread created by winoldap uses another current directory because of > something, so CreateProcess f

Re: WineX11.drv: Add an X11 window for the client area [attempt3]

2007-12-25 Thread Alexandre Julliard
"Roderick Colenbrander" <[EMAIL PROTECTED]> writes: > Is it enough to check if the dimensions changed or should I also care > about the position? (I don't think it changes) Position can definitely change too. > What's the problem in X11DRV_SetWindowPos? I have checked valid_rects > there but the

Re: kernel32: Add an ability to execute 32-bit applications from 16-bit ones using winoldap.dll

2007-12-25 Thread Andrey Turkin
Dmitry Timoshkov wrote: > Hello, > > this patch should fix the problem reported in the bug 3620. > > winoldap.mod in Windows is a 16-bit .exe which uses its command line to load > a 32-bit module and pass the parameters to it. Since winebuild doesn't allow > to create a 16-bit builtin exe, I decide