"Ulrich" == Ulrich Weigand weigand@immd1.informatik.uni-erlangen.de writes:
Ulrich> Uwe Bonnes wrote: >> Trying to run with native User32, the first obstacle I meet is >> K208. After the call to K208, DS==0 and things obvious crash. Making >> K208 a void function returning 0 continues until the function >> GETFASTQUEUE, which anounces itself "expect failure!" as the >> thread-local queue seems not initialized at that moment...
Ulrich> Are you sure you have only one task? For 16-bit tasks, I think Ulrich> we still have that hidden 'initial task' -- this alone would Ulrich> break things.
I tried to run calc.exe.
From the log I have, it looks like this was the only task.
Ulrich> The K208 problems look like segments / LDT not being shared.
Ulrich> GetFastQueue was recently broken for native user when Alexandre Ulrich> removed the Callout to user there ...
Having native user running would be a big thing for debugging e.g. message problems. E.g. I have an application that at some point started to deny the WM_NCCREATE call in CreateWindows, and I guess that some missing message leaves some memory uninitialized.
Bye