Le 10/05/2010 12:06, Alexandre Julliard a écrit :
Eric Pouech writes:
Scenario I (aka Client side)
Create simple wineserver objects (ie not linked to wineconsole) for
bare console handles. All the management would be done in kernel32, by
distinguishing bare con
Eric Pouech writes:
> Scenario I (aka Client side)
>
> Create simple wineserver objects (ie not linked to wineconsole) for
> bare console handles. All the management would be done in kernel32, by
> distinguishing bare console handles from wineserver console handles.
There are a couple of shortcomings in our current console
implementation. To name a few:
- the "bare console handles" concept has very short limitations (see
bug reports #5541, or #13189). Globally, bare handles are actually
handles to files, whereas lots of programs expect them to behave
li