Re: Keyboard Rewrite

2006-04-01 Thread Derek Fawcus
On Sat, Apr 01, 2006 at 10:59:58AM -0600, Tom Spear wrote: > > Ok. Are these outputs that you are giving us what the keyboard shows under > a native app, Those are what one gets under native X, if one runs xev > or what they currently show under wine? What layout do you > pick under X? en_US

Re: Win32HandleToDosFileHandle / DosFileHandleToWin32Handle

2006-01-28 Thread Derek Fawcus
On Sat, Jan 28, 2006 at 10:52:26AM +0100, Eric Pouech wrote: > > I suppose one could do something in the VDM process to mark the file > > handles as having multiple references, and then do proper open / close > > handling. But that would require a valid JFT anyway. > yes, what's currently missing

Re: Win32HandleToDosFileHandle / DosFileHandleToWin32Handle

2006-01-27 Thread Derek Fawcus
On Fri, Jan 27, 2006 at 09:24:13PM +0100, Eric Pouech wrote: > Derek Fawcus wrote: > > I'm looking to do some changes to the wine vdm - or more accurately > > to the winedos dll to make the handling for some DOS applications > > more useful. This is mainly driven fro

Win32HandleToDosFileHandle / DosFileHandleToWin32Handle

2006-01-26 Thread Derek Fawcus
I'm looking to do some changes to the wine vdm - or more accurately to the winedos dll to make the handling for some DOS applications more useful. This is mainly driven from a desire to run DOS apps without a wineconsole, so using the unix stdin/stdout/stderr as the DOS file handles. i.e. ala th