Re: Need to disable DTR on serial port

2004-04-11 Thread Mike McCormack
Hey Rein, Your patch looks a little more complete than mine :) I was writing an improved one, and then saw your patch... Two comments: 1) it might be better to call COMM_WhackModem() after tcsetattr() so previous flow control settings don't interfere with setting the RTS/DTS lines. 2) #ifdef

Re: Need to disable DTR on serial port

2004-04-11 Thread Rein Klazes
On Sun, 11 Apr 2004 23:15:14 -0500, you wrote: > > In any case, it turns out that one of the many requirements to get the > watch to respond is to have DTR disabled (done by setting fDtrControl = > DTR_CONTROL_DISABLE). But apparently the default for linux is > DTR_CONTROL_ENABLE, and Wine will

Re: Need to disable DTR on serial port

2004-04-11 Thread Mike McCormack
Geoffrey Hausheer wrote: In any case, it turns out that one of the many requirements to get the watch to respond is to have DTR disabled (done by setting fDtrControl = DTR_CONTROL_DISABLE). But apparently the default for linux is DTR_CONTROL_ENABLE, and Wine will ignore any requests to change it

Need to disable DTR on serial port

2004-04-11 Thread Geoffrey Hausheer
In an ongoing effort to get TzMax working, I've been fighting to get it to talk to the device through the COM port. The problem is that the device (a wrist-watch...the program is used to download heart-rate data from said watch) is very difficult to comunicate with. In theory it is quite simple:

Re: Wine menu woes

2004-04-11 Thread Ulrich Czekalla
I do have a patch that needs to be cleaned up that moves menu management to the server. It's a rather large patch because all the menu painting and event handling had to be rewritten. My plan is to finish it up once we release our next version of Crossover. /Ulrich On Sat, Apr 10, 2004 at 11:07:

Re: win32 build error log

2004-04-11 Thread Filip Navara
>> i586-mingw32msvc/bin/ld: cannot find -ldxerr9 > > MinGW lacks up to date DirectX headers and import libs > but Filip Navara has been working on this. His work just > needs to be integrated into MinGW. Meanwhile I will add > a dxerr8 and dxerr9 to my MinGW rpm packages so we have > a means of cro

Re: Remove "Path" lines from sample config

2004-04-11 Thread Vincent Béron
Le dim 11/04/2004 à 20:56, Sylvain Petreolle a écrit : > Vincent, > >Changelog: > >Remove "Path" lines from sample config. > >Setup the links for the default DOS drives in wineinstall. > >+ ln -s /mnt/fd0 ~/.wine/dosdevices/a: > >+ ln -s $CROOT ~/.wine/dosdevices/c: > >+ ln -s /cdrom ~/.wine/dos

Re: win32 build error log

2004-04-11 Thread Ivan Leo Murray-Smith
> Patch is in Wine CVS. w32 packages are built against the release source, not the CVS. These fixes will affect next months build. > Patch is in MinGW CVS. Will this be ready for next month, or should I install mingw from CVS? Ivan.

abnt2 keyboard fix

2004-04-11 Thread Rafael Ávila de Espíndola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have realised that the tables main_key_scan_abnt_qwerty and main_key_vkey_abnt_qwerty are both wrong. But one error compensates the other. For example, when I press x the message "Translating key VK_Z..." is displayed and an 'x' appears on the scr

exec-shield workaround take 3

2004-04-11 Thread Mike McCormack
Hi, Here's a new patch for exec-shield. Changes against the last patch: * reserve only the area required by the PE EXE if launched from CreateProcess (else just a default slab) * pass the reserved area to wine, so wine knows about it * unmap the preloader after it is no longer used Again, co

Re: programs/winecfg/main.c breakage

2004-04-11 Thread Gerald Pfeifer
This is still broken after a few weeks; the patch below works around it. On Wed, 17 Mar 2004, Gerald Pfeifer wrote: > I'm afraid the following change to programs/winecfg/main.c > > date: 2004/03/16 01:32:36; author: julliard; state: Exp; lines: +2 -0 > Need to include config.h. > > broke Fr

Re: win32 build error log

2004-04-11 Thread Hans Leidekker
On Sunday 11 April 2004 15:16, Ivan Leo Murray-Smith wrote: > i586-mingw32msvc/bin/ld: cannot find -ldxerr9 MinGW lacks up to date DirectX headers and import libs but Filip Navara has been working on this. His work just needs to be integrated into MinGW. Meanwhile I will add a dxerr8 and dxerr9

win32 build error log

2004-04-11 Thread Ivan Leo Murray-Smith
The error log from the win32 build of wine-20040408 Ivan. log.txt.bz2 Description: BZip2 compressed data

Re: exec-shield workaround take 2

2004-04-11 Thread Mike Hearn
On Sun, 11 Apr 2004 02:20:16 -0700, Dan Kegel wrote: > This isn't all bad. Consider: we could add the ability to load > PE executables and shared libraries into this private ld-linux.so. I think that would be a very bad idea, frankly. The real glibc rtld is huge. We do *not* want to maintain a dy

Re: exec-shield workaround take 2

2004-04-11 Thread Dan Kegel
Mike Hearn wrote: It seems it's turned from being an normal (albiet static) app which reserves the areas needed then boots wine, into a reimplementation of ld-linux.so? This isn't all bad. Consider: we could add the ability to load PE executables and shared libraries into this private ld-linux.so