Re: wine/programs/winefile Makefile.in

2003-12-18 Thread Dimitrie O. Paun
On December 18, 2003 11:55 am, Sylvain Petreolle wrote: > could you say why you didnt make the other parts in ? What other parts, he was just renaming __WINE__ to WINELIB for no good reason... -- Dimi.

Re: winver gone?

2003-12-18 Thread Dimitrie O. Paun
On December 18, 2003 10:27 pm, Brett I. Holcomb wrote: > Is winever no longer available? No, not any longer. -- Dimi.

winver gone?

2003-12-18 Thread Brett I. Holcomb
I've tried using wine --winver win98 --hl.exe -console and wine spits out the help telling me what arguments I can use.  Is winever no longer available?I've tried using wine --winver win98 --hl.exe -console and wine spits out the help telling me what arguments I can use.  Is winever no longer a

Re: will not compile projects.

2003-12-18 Thread Dimitrie O. Paun
On December 18, 2003 05:02 pm, Elizabeth Kowalsky wrote: > I am insterested in poring the Fluke Networks Linkware to Linux. Does it have a MinGW port? If so, you don't need to use winemaker. If no, your best bet is to first do a MinGW port, then use winegcc. -- Dimi.

Re: wrc vs IDC_STATIC

2003-12-18 Thread Dimitrie O. Paun
On December 18, 2003 09:10 pm, Ferenc Wagner wrote: > wrc does not seem to grok IDC_STATIC. Isn't it supposed to > work out of the box? It is defined to -1 in the MinGW > headers. Nothing to do with wrc, make sure you include . -- Dimi.

%HOME% - maybe works

2003-12-18 Thread Brett I. Holcomb
It appears that using %HOME% in a drive spec may not work well. I know winecheck says it can't find the drive but if I put in /home/myhome winecheck is happy. Wine doesn't seem to complain about it. Is this a winecheck or Wine problem?

Re: [Resend] SHLWAPI fixes.

2003-12-18 Thread Dmitry Timoshkov
"Flameeyes" <[EMAIL PROTECTED]> wrote: > The attached patches fixes some functions of shlwapi I needed to run an > application I wrote with BCB that was using MS XML Parser. > I'm using it and works well AFAIK. > @@ -2346,6 +2376,9 @@ > } > StrCpyW(pszPointer, pszPath); > StrCpyW(p

wrc vs IDC_STATIC

2003-12-18 Thread Ferenc Wagner
Hello, wrc does not seem to grok IDC_STATIC. Isn't it supposed to work out of the box? It is defined to -1 in the MinGW headers. Sorry if I'm talking nonsense, first steps in Win32 GUI programming... Feri.

Re: will not compile projects.

2003-12-18 Thread Andreas Mohr
Hi, On Thu, Dec 18, 2003 at 10:02:34PM +, Elizabeth Kowalsky wrote: > hello: > > I am insterested in poring the Fluke Networks Linkware to Linux. > > I get the following when I issue the commands when I am in teh directory > where I want to port the app from: > > [EMAIL PROTECTED] system]$

will not compile projects.

2003-12-18 Thread Elizabeth Kowalsky
hello: I am insterested in poring the Fluke Networks Linkware to Linux. I get the following when I issue the commands when I am in teh directory where I want to port the app from: [EMAIL PROTECTED] system]$ winemaker --lower-uppercase . Winemaker 0.5.9 Copyright 2000 Francois Gouget <[EMAIL PROT

Segfault in winedump (spotted by valgrind)

2003-12-18 Thread Sylvain Petreolle
Trying to dump a winme dll, winedump crashed with a segfault. Valgrind gives these results, have someone a clue ? This file comes from a working Win9x installation. [EMAIL PROTECTED] system]$ file commctrl.dll commctrl.dll: MS-DOS executable (EXE), OS/2 or MS Windows [EMAIL PROTECTED] system]$ va

Re: option to ignore primary selection

2003-12-18 Thread Ulrich Czekalla
Makes sense to me. I modified the patch to turn it on by default. /Ulrich On Thu, Dec 18, 2003 at 02:06:29PM +, Mike Hearn wrote: > On Thu, 2003-12-18 at 05:00, Ulrich Czekalla wrote: > > This patch adds an option (turned off by default) to restrict Wine to only > > use the clipboard selectio

Re: DC ownerdrawn background mode

2003-12-18 Thread Bill Medland
On December 18, 2003 07:28 am, Fabian Cenedese wrote: > Hi > > I have a control derived from CListCtrl. It's completely ownerdrawn. The > problem comes when some item is selected. The whole column is drawn > selected but the text is drawn with the actual back color instead of > transparent. As this

Re: wine/programs/winefile Makefile.in

2003-12-18 Thread Sylvain Petreolle
As the following message says : http://www.winehq.com/hypermail/wine-cvs/2003/12/0164.html only a part of the Makefile.in patch has been applied. Alexandre, could you say why you didnt make the other parts in ? > > It's not enough to define __WINE__ for the C compiler. > We also need it for com

DC ownerdrawn background mode

2003-12-18 Thread Fabian Cenedese
Hi I have a control derived from CListCtrl. It's completely ownerdrawn. The problem comes when some item is selected. The whole column is drawn selected but the text is drawn with the actual back color instead of transparent. As this is white I get white text on white background... very readable :

Re: Fwd:SourceForge.net Sitewide update: Dec 9th, 2003

2003-12-18 Thread Marcus Meissner
On Thu, Dec 18, 2003 at 08:30:06AM -0500, Dimitrie O. Paun wrote: > On December 16, 2003 02:25 pm, Ivan Leo Murray-Smith wrote: > > Dimi, are you going to opt in? > > I think I should... What do people think? Well, just do and we will see what happens. Ciao, Marcus pgp0.pgp Description: PG

FIXMEs in Alsa WaveIn

2003-12-18 Thread Sylvain Petreolle
Hello, Could you explain the meaning of the FIXME("-\n") you put in ALSA_WaveInit when you added WaveIn support ? I would be happy to solve it but I didnt find a comment in your code nor in your patch. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to

Re: option to ignore primary selection

2003-12-18 Thread Mike Hearn
On Thu, 2003-12-18 at 05:00, Ulrich Czekalla wrote: > This patch adds an option (turned off by default) to restrict Wine to only > use the clipboard selection since it will never implement proper behaviour > for the primary selection (You'll never be able to select text with the > mouse). The kind

Re: Fwd:SourceForge.net Sitewide update: Dec 9th, 2003

2003-12-18 Thread Dimitrie O. Paun
On December 16, 2003 02:25 pm, Ivan Leo Murray-Smith wrote: > Dimi, are you going to opt in? I think I should... What do people think? -- Dimi.

Re: Fix for debugger breakage

2003-12-18 Thread Sylvain Petreolle
You surely have already done that, but could you verify that all copies of wine/wine-glibc/wine-[pk]thread are the same everywhere on your system ? > Well, lesee, I have /opt/wine/lib in /etc/ld.so.conf and > /opt/wine/bin in > $PATH. And winedbg only works right if I change cwd away from the >

Re: winedbg question

2003-12-18 Thread Sylvain Petreolle
You could perhaps send it to the list to have some feedback before posting it to wine-patches... > You will likely find that the current winejack driver is not that > reliable. I have fixed a few major bugs in the winejack waveout code, > and am about 95% done implementing wave in. I am going on v