WineAdoptThread

2004-03-31 Thread Paul Davis
(this is for review by people who know better than me :) [ some functions are replaced here by lower case versions because this code is not part of dlls/ntdll/thread.c. consequently, we have to dlopen() that library, and dlsym() the functions we need. if this ever makes it into Wine, this

Re: abnt2 delete keys problem

2004-03-31 Thread Dmitry Timoshkov
"Rafael Ávila de Espíndola" <[EMAIL PROTECTED]> wrote: > I am having the following problem with a abnt2 (Brazilian) keyboard: > > When the numlock is off both delete keys work correctly. If the numlock is on > both key produce a delete plus a comma. The message > http://www.winehq.org/hypermail/wi

Re: Fwd: Re: Source code visualization tools?

2004-03-31 Thread Joshua Walker
You are looking for "Source Navigator" It's here... http://sourcenav.sourceforge.net/ It's pretty cool if you want to follow what goes where. All the pretty arrows too. (It's horazontal along the top of the screen, not vertical) You can follow functions, stucts, header files. I used it when I was

Re: bug in winemine about box

2004-03-31 Thread Francois Gouget
On Tue, 30 Mar 2004, Ivan Leo Murray-Smith wrote: > this seems to be broken on win2k3, even if run in compatibility mode. See > attached screenshot. It's OK on wine, and I don't have other versions of windows > to test. It looks like it's just an issue with the font size that's a bit bigger than

Re: Winelib Test Drive problem

2004-03-31 Thread Francois Gouget
On Thu, 31 Mar 2004, [EMAIL PROTECTED] wrote: > Hi, > > I'm starting to use the latest winelib (wine-20040309 release) to try > eventually compiling an windows MFC app I wrote. Before attempting this > however, I'm following all directions in the winelib user guide, but the > Test Drive fails and

Re: [patch] Wine 20040309: documentation patche

2004-03-31 Thread Vincent Béron
Le mer 31/03/2004 à 11:49, Peter Hanecak a écrit : > Hello, > > while building Wine on "RedHat 9"-like system I encountered two typo in > Wine documentation which prevented me from "compiling" documentation with > docbook2html (docbook-utils-0.6.12-5). The fix is correct, but it's already been

Re: winapi_stats

2004-03-31 Thread Francois Gouget
On Wed, 31 Mar 2004, Tom wrote: > Hi, > > http://www.winehq.org/site/winapi_stats > > Is incorrect as it shows Total 19640 100% > 100% would be nice but its incorect! I just noticed that there are some extra dlls to filter out: ttydrv winealsa.drv winearts.drv wineaudioio.drv wined3d winedos win

Winelib Test Drive problem

2004-03-31 Thread [EMAIL PROTECTED]
Hi, I'm starting to use the latest winelib (wine-20040309 release) to try eventually compiling an windows MFC app I wrote. Before attempting this however, I'm following all directions in the winelib user guide, but the Test Drive fails and so it tells me to post to this mailing list. I named m

Re: i810 audio fixes 1/2

2004-03-31 Thread Mike Hearn
On Wed, 2004-03-31 at 00:39, Robert Reif wrote: > OK, I'm convinced alsa is the way to go. How about using the > already implemented HardwareAcceleration for setting the level > of acceleration. Use Basic for a full plugin version, Standard for > hw access and Full for real hardware acceleration w

OleDropTargetInterface prop on: RegisterDragDrop at: dlls/ole32/ole2.c

2004-03-31 Thread Sebastian Wain \(Hotmail\)
Dear Wine Devel list,   I was reading the Drag&Drop implementation in the Wine sources and didn't find a SetProp() of the handle with the property "OleDropTargetInterface" to the IDropTarget pointer. I think it's not a well documented property (not in MSDN) but it appears to be useful if some

Re: opengl version.rc

2004-03-31 Thread Alexandre Julliard
Tom <[EMAIL PROTECTED]> writes: > Sorry here it is again, Thanks to Ivan & Aric for there time! > If there is a problem with this patch can someone let me know ? :-) I put it in, but next time please send the Makefile changes too, and make the diff relative to the top-level directory. Thanks. -

Re: systray in desktop mode [unified resend]

2004-03-31 Thread Martin Fuchs
> > If you want to do exactly what native shell32 does, you can just drop > > all the old (non-desktop mode) code and replace it with what my > > patch wanted to do in desktop mode. > > Yes, I realise that. I guess you checked that these are the same > messages native shell32.dll uses? Yes, it's

Re: multiple constant definitions

2004-03-31 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > Alexandre Julliard a écrit : >> Warren Turkal <[EMAIL PROTECTED]> writes: >>>I found this while searching for the cause of Empire Earth to not work. >>>These are defined in multiple places. Would it not be better to just >>>include ntstatus.h in winnt.h? >

Re: multiple constant definitions

2004-03-31 Thread Eric Pouech
Alexandre Julliard a écrit : Warren Turkal <[EMAIL PROTECTED]> writes: [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 I found this while searching for the c

Re: multiple constant definitions

2004-03-31 Thread Alexandre Julliard
Warren Turkal <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * > ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 > winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 > > I found this while searching for the cause of Empire Earth

Re: 'unicode' usage in x11drv/window.c (X11DRV_CreateWindow)

2004-03-31 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: > while going through some of the code I saw that in the above mentioned > function we sometimes do a SendMessage(A/W) depending on the setting of > the unicode parameter. In the same function we do 3 SendMessageW's without > checking unicode. Is this correct or is this n

Re: multiple constant definitions

2004-03-31 Thread Steven Edwards
Hello Warren, --- Warren Turkal <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * > ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 > winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 > > I found this while searching for the cau

'unicode' usage in x11drv/window.c (X11DRV_CreateWindow)

2004-03-31 Thread pvriens
Hi, while going through some of the code I saw that in the above mentioned function we sometimes do a SendMessage(A/W) depending on the setting of the unicode parameter. In the same function we do 3 SendMessageW's without checking unicode. Is this correct or is this not harmful ? Cheers, Paul Vr

abnt2 delete keys problem

2004-03-31 Thread Rafael Ávila de Espíndola
I am having the following problem with a abnt2 (Brazilian) keyboard: When the numlock is off both delete keys work correctly. If the numlock is on both key produce a delete plus a comma. The message http://www.winehq.org/hypermail/wine-patches/2002/12/0329.html appears to describe the same proble

filesystem changes break autofs patch

2004-03-31 Thread Guido Draheim
To whoever is working on filesystem - let me remind you again (and again) that bsd autofs mountpoints do not exist until accessed - and they will not get created for removable media devices without a medium inserted, not even upon access / stat. Therefore, mapping "a:" to autofs'd "/vol/floppy" wil

multiple constant definitions

2004-03-31 Thread Warren Turkal
[EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 I found this while searching for the cause of Empire Earth to not work. These are defined in multiple places.

Re: bounced patch

2004-03-31 Thread Tom
Ivan Leo Murray-Smith wrote: It's a new file, how do I diff againt cvs if the file isn't in cvs ? You can diff a file even if it isn't in the CVS. Just run diff -urN wine/ new/ > patch.diff where wine is the current cvs code and new is the source tree with all the changes you've made. You can

Re: bounced patch

2004-03-31 Thread Ivan Leo Murray-Smith
> It's a new file, how do I diff againt cvs if the file isn't in cvs ? You can diff a file even if it isn't in the CVS. Just run diff -urN wine/ new/ > patch.diff where wine is the current cvs code and new is the source tree with all the changes you've made. You can avoid duplicating the whole tre

Re: bounced patch

2004-03-31 Thread Tom
Ivan Leo Murray-Smith wrote: May I ask why this bounced ? Maybe because it isn't a diff file? Ivan. It's a new file, how do I diff againt cvs if the file isn't in cvs ? I thought maybe I should have set 2600 to just 26 ?? Tom

Re: bounced patch

2004-03-31 Thread Ivan Leo Murray-Smith
> May I ask why this bounced ? Maybe because it isn't a diff file? Ivan.

Regression in file handleing.

2004-03-31 Thread tony_lambregts
Andrew Talbot reports a regression in icon handling in this bug report. http://bugs.winehq.org/show_bug.cgi?id=2135 apparently it was caused by this patch http://cvs.winehq.org/patch.py?id=11698 -- Tony Lambregts

winapi_stats

2004-03-31 Thread Tom
Hi, http://www.winehq.org/site/winapi_stats Is incorrect as it shows Total 19640 100% 100% would be nice but its incorect! Tom

bounced patch

2004-03-31 Thread Tom
Hello, May I ask why this bounced ? http://www.winehq.org/hypermail/wine-patches/2004/03/0365.html Tom

Re: i810 audio fixes 2/2

2004-03-31 Thread Robert Reif
You also need to check for the direct sound flag. If that is set and the format is not supported, then return the closest supported format. An open of the primary buffer should not fail regardless of the format. It should just return the closest supported format. Roderick Colenbrander wrote: > Hi

Re: [kernel/user32] Some Specs

2004-03-31 Thread Jonathan Wilson
BTW, implementations for WCSToMBEx and MBToWCSEx can be found here: http://article.gmane.org/gmane.comp.emulators.wine.patches/5049/ I dont have a usable setup to turn them into proper patches but if anyone wants to use them for WINE, go ahead and grab them. Not sure how usefull they would be but