Re: [Resend 2] SHLWAPI fixes

2003-12-19 Thread Dmitry Timoshkov
"Flameeyes" <[EMAIL PROTECTED]> wrote: > I hope this one is good. Not really. Please review your patch for similar problems in other places. -- Dmitry.

Re: winver gone?

2003-12-19 Thread Bill Medland
On December 18, 2003 10:23 pm, Dimitrie O. Paun wrote: > On December 18, 2003 10:27 pm, Brett I. Holcomb wrote: > > Is winever no longer available? > > No, not any longer. Can Brett use the [Version] "Windows" setting in the config instead? -- Bill Medland mailto:[EMAIL PROTECTED] http://webhome

Re: wine/programs/winefile Makefile.in

2003-12-19 Thread Sylvain Petreolle
--- "Dimitrie O. Paun" <[EMAIL PROTECTED]> a écrit : > 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... This commit was just a *part* of his patc

Problems with ilink32

2003-12-19 Thread Flameeyes
Hi, I used to write applications for windows with Borland C++ Builder 6. The problem is that wine, either from cvs or release, froze when linking programs with ilink32. I fixed the problem with older releases using this patch: Index: dlls/ntdll/virtual.c ===

Re: RPMs for Redhat 9 missing on SourceForge

2003-12-19 Thread Vincent Béron
Le ven 19/12/2003 à 14:33, Paul Kopacz a écrit : > Trying to download the rpm for release 20031212 for Redhat 9. The > release notes say that a RH9 version is available, but it's not listed > in the files. Could someone direct me? My fault. They're not done yet (haven't had time yet). Since ther

RPMs for Redhat 9 missing on SourceForge

2003-12-19 Thread Paul Kopacz
Trying to download the rpm for release 20031212 for Redhat 9. The release notes say that a RH9 version is available, but it's not listed in the files. Could someone direct me? Thanks, Paul -- Paul Kopacz <[EMAIL PROTECTED]>

Winamp 3

2003-12-19 Thread Brian Vincent
Looks like Nullsoft has released the Winamp 3 code as open source. I have no idea what their build process is like, but maybe porting it could be added to the Winelib page? http://www.wasabidev.org/ -brian

Re: Mouse up vs Mouse click

2003-12-19 Thread Mike Hearn
On Fri, 2003-12-19 at 14:01, Fabian Cenedese wrote: > The control is a bit quirky with moving focus around and handling events > specially. But still it works on Windows :) Now I'm a bit lost how I can > debug this. +mouse didn't show anything usefull. I guess the > generating and sending of the ev

Mouse up vs Mouse click

2003-12-19 Thread Fabian Cenedese
Hi Where is decided if I release the mouse button if a mouse up or a mouse click is generated? Is this time dependent? Or generally the same? The misbehaving app uses a ownerdrawn, CListCtrl-derived list. When I click on a cell not in the first column the cell gets selected. But on wine I can see

Re: %HOME% - maybe works

2003-12-19 Thread Andreas Mohr
Hi, On Thu, Dec 18, 2003 at 10:03:30PM -0500, Brett I. Holcomb wrote: > 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 wineche

Re: wrc vs IDC_STATIC

2003-12-19 Thread Ferenc Wagner
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > 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 . Ah. I wa