Re: CreateProcess - wine is not doing it right

2005-09-10 Thread Vitaliy Margolen
Saturday, September 10, 2005, 2:04:23 PM, Robert Shearman wrote: > Vitaliy Margolen wrote: >>Now I really need you help people. >> >>Ok, here is the problem: >>LdrInitializeThunk is called from within start_process - the first thing to be >>executed in the new process's context. But this is not rig

Re: CreateProcess - wine is not doing it right

2005-09-10 Thread Robert Shearman
Vitaliy Margolen wrote: Now I really need you help people. Ok, here is the problem: LdrInitializeThunk is called from within start_process - the first thing to be executed in the new process's context. But this is not right. All what I found so far indicates, that LdrInitializeThunk should be q

CreateProcess - wine is not doing it right

2005-09-08 Thread Vitaliy Margolen
Now I really need you help people. Ok, here is the problem: LdrInitializeThunk is called from within start_process - the first thing to be executed in the new process's context. But this is not right. All what I found so far indicates, that LdrInitializeThunk should be queued as an APC, so it exec