re: Latent memory corruption bug in widl, with workaround

2004-11-11 Thread Dan Kegel
Here's the exact workaround, in case anyone runs into that crash again. I dare the author of widl to run it under valgrind :-) diff -Naur wine.orig/tools/widl/parser.l wine/tools/widl/parser.l --- wine.orig/tools/widl/parser.l Mon Oct 4 19:14:54 2004 +++ wine/tools/widl/parser.lWed Nov

Re: wine notes /etc/resolv.conf

2004-11-11 Thread Andreas Mohr
Hi, On Wed, Nov 10, 2004 at 10:13:27PM +0100, Grant Williamson wrote: Hi, is there a patch anywhere, which will allow wine to reread the /etc/resolv.conf file. Wine doesn't read the resolv.conf file, at all (ok, I didn't check, but I'd be very surprised if it did). Wine uses bog-standard

Re: Fix For Menu Bar (resend)

2004-11-11 Thread William Poetra Yoga H
OK, menu bar patch fixed and resent. I think it shouldn't have problems now right? __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com

Re: Fix For Caption Buttons

2004-11-11 Thread William Poetra Yoga H
--- William Poetra Yoga H [EMAIL PROTECTED] wrote: This patch fixes the size and position of caption buttons (they were too big). William This patch wasn't committed. Anyone would like to point out to me something wrong with the patch?

Re: Fix For Window Caption

2004-11-11 Thread William Poetra Yoga H
--- William Poetra Yoga H [EMAIL PROTECTED] wrote: This fixes the bounding rectangle of the window caption. William Same as the one for the caption buttons, what needs to be improved for this patch? I meant to make the caption (text) bounding box smaller a bit so the text doesn't

Re: wine notes /etc/resolv.conf

2004-11-11 Thread Mike Hearn
On Wed, 10 Nov 2004 22:13:27 +0100, Grant Williamson wrote: Hi, is there a patch anywhere, which will allow wine to reread the /etc/resolv.conf file. This is a glibc problem. I'm pretty sure Red Hat fixed this recently as part of their NetworkManager work. It might be in Fedora Core 3, I'd

Tables For Standard Caption Buttons' Metrics?

2004-11-11 Thread William Poetra Yoga H
In windows/nonclient.c, the captions on caption buttons are calculated (according to the button size, which is determined by some system metrics). This is due to the fact that we don't have a replacement for the Marlett font used in Windows. But simple formulae can't reproduce the captions

Tables For Standard Caption Buttons' Metrics? [EDIT]

2004-11-11 Thread William Poetra Yoga H
Sorry, I meant dlls/user/uitools.c. __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com

Re: Tables For Standard Caption Buttons' Metrics?

2004-11-11 Thread Vincent Béron
Le jeu 11/11/2004 à 10:41, William Poetra Yoga H a écrit : In windows/nonclient.c, the captions on caption buttons are calculated (according to the button size, which is determined by some system metrics). This is due to the fact that we don't have a replacement for the Marlett font used in

Re: How difficult would it be to make the equivalent of Windows Terminal Server with Wine?

2004-11-11 Thread Simon . Tyler
Hi Boaz, Not sure if this is relevant/useful, but I have been playing with using Wine to deliver apps to Mac users over the LAN. Using scripts, I start X11 on the Mac, copy the X cookie into the terminal variable on the Mac side, telnet to the Linux server, start the Wine app, and send the

winelib file format

2004-11-11 Thread Jia L Wu
hi, What is the difference between winelib executable format and win32 PE file format? Isn't winelib executable just the wrapper of the windows executable? I have a win32 function which can read an executable file and determine all the dependent dlls. I want to port it to Linux and build it using

Re: ODBC - MSSQL

2004-11-11 Thread Simon . Tyler
Hi Pablo, I can connect to SQL 6.5 and 7 no problem using mdac_typ.exe. Haven't tested with SQL 2000. Using an older version of wine 20030408. and odbc32 = native in my wine config file. Also, I've been able to connect from Linux using freetds drivers, I think this is supposed to work with wine

Re: Dbghelp: enhance PDB support

2004-11-11 Thread Dimitrie O. Paun
On Thu, Nov 11, 2004 at 09:25:46PM +0100, Eric Pouech wrote: This (huge) patch does: - apart from restructuring the code (COFF handling goes to new coff.c file, Codeview and PDB defines and types to new mscvpdb.h file) ^ Shouldn't this

Re: Dbghelp: enhance PDB support

2004-11-11 Thread Robert Shearman
Dimitrie O. Paun wrote: On Thu, Nov 11, 2004 at 09:25:46PM +0100, Eric Pouech wrote: This (huge) patch does: - apart from restructuring the code (COFF handling goes to new coff.c file, Codeview and PDB defines and types to new mscvpdb.h file)

Re: winelib file format

2004-11-11 Thread Kevin Koltzau
On Thursday 11 November 2004 11:37 am, Jia L Wu wrote: I have a win32 function which can read an executable file and determine all the dependent dlls. I want to port it to Linux and build it using winelib. Hence the same functunalities can be achieved (i.e determine if the file is winelib file

Enabling gcov patch not accepted

2004-11-11 Thread Aaron Arvey
Hi, I recently sent in a patch concerning enabling gcov in wine (http://www.winehq.org/hypermail/wine-patches/2004/11/0136.html) and it doesn't seem to have been incorporated in the main cvs branch :(. I have never contributed to wine before so I'm not sure how to get feedback on my patch in

Re: Enabling gcov patch not accepted

2004-11-11 Thread Jeremy White
Hi Aaron, Alexandre is not that fast in the very best of times (your patch was submitted 2 days ago, and he can often take a week or more to get to a patch). Further, Alexandre is currently on an airplane to Switzerland and will be out of reach for at least another 4 days. However, he does not

Cxbx

2004-11-11 Thread Dimitrie O. Paun
Hi Folks, Willie Sippel suggested I port the Bxbx Xbox emulator to Winelib. And I did, patch attached. It seems like we need a multimon.h, any takers? More on the emulator: Home: http://www.caustik.com/cxbx/ http://sourceforge.net/projects/cxbx/ -- Dimi. ? wine.diff ? Bin/cxbe Index: