Re: RFC on console management

2010-05-10 Thread Eric Pouech
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

Re: RFC on console management

2010-05-10 Thread Alexandre Julliard
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.

RFC on console management

2010-05-09 Thread Eric Pouech
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