Re: kernel: Forward Atom APIs to ntdll

2005-09-09 Thread Dmitry Timoshkov
James Hawkins [EMAIL PROTECTED] wrote: +if (!table) { -req-atom = atom; -req-table = table; -wine_server_set_reply( req, full_name, sizeof(full_name) ); -if (!wine_server_call_err( req )) +ATOM_BASIC_INFORMATION

Re: Suggestions for improvement of the emulator

2005-09-09 Thread Dmitry Timoshkov
Mike Hearn [EMAIL PROTECTED] wrote: From a dictionary: em·u·late: Computer Science. To imitate the function of (another system), as by modifications to hardware or software that allow the imitating system to accept the same data, execute the same programs, and achieve the same results as

Re: Problem detecting libxslt

2005-09-09 Thread Mike McCormack
Vincent Béron wrote: --- configure.ac3 Sep 2005 15:43:53 - 1.403 +++ configure.ac8 Sep 2005 23:08:04 - @@ -469,7 +469,10 @@ then [AC_DEFINE(HAVE_LIBXSLT, 1, [Define if you have the libxslt library]) XSLTLIBS=$ac_xslt_libs

Re: Problem detecting libxslt

2005-09-09 Thread Alexandre Julliard
Mike McCormack [EMAIL PROTECTED] writes: It doesn't seem exactly right to me, but I'm not really sure of a better way of fixing it. Maybe an AC_TRY_COMPILE()? Alexandre understands configure better than I do, so you might try asking him. Looks good to me. -- Alexandre Julliard [EMAIL

Re: user: make A-W WM_GETTEXTLENGTH use WM_GETTEXT [try 2]

2005-09-09 Thread Frank Richter
On 05.09.2005 18:13, Frank Richter wrote: Frank Richter [EMAIL PROTECTED] When doing A-W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to obtain an exact length. This seems to match the behaviour of recent Windowses and as well fixes a couple of regressions (caused by theming suddenly

Re: dll/winmm/playsound.c

2005-09-09 Thread Frank Richter
On 08.09.2005 18:28, Robert Shearman wrote: -TRACE(Chunk Found ckid=%.4s fccType=%.4s cksize=%08lX \n, +TRACE(Chunk Found ckid=%.4s fccType=%08x cksize=%08lX \n, (LPSTR)mmckInfo.ckid, (LPSTR)mmckInfo.fccType, mmckInfo.cksize); Note that you're also printing the hex value of the

Re: shell32: correct a failing test

2005-09-09 Thread Saulius Krasuckas
* On Fri, 2 Sep 2005, Juan Lang wrote: This test was failing after the first time on Windows, so (hopefully) fix it. ChangeLog: fix a test failing on Windows. Reported by Katerina Nizhnik. Unfortunately, this code pops up some window: --- wine/dlls/shell32/tests/shellpath.c 2005/08/16

Re: dlls/x11drv/mouse.c

2005-09-09 Thread Ulrich Czekalla
On Fri, Sep 09, 2005 at 11:22:26AM +0200, Alexandre Julliard wrote: This sounds like it's just masking the problem. Do you know precisely why the mouse position is incorrect? No :-/ I can't explain it. The XQueryPointer call in X11DRV_GetCursorPos is returning an incorrect value. I don't see

Re: dlls/x11drv/mouse.c

2005-09-09 Thread Alexandre Julliard
Ulrich Czekalla [EMAIL PROTECTED] writes: No :-/ I can't explain it. The XQueryPointer call in X11DRV_GetCursorPos is returning an incorrect value. I don't see anything wrong with the way we are calling it. Maybe it's a bug in X. Would you be able to write a small test case demonstrating the

Re: user: make A-W WM_GETTEXTLENGTH use WM_GETTEXT [try 2]

2005-09-09 Thread Alexandre Julliard
Frank Richter [EMAIL PROTECTED] writes: On 05.09.2005 18:13, Frank Richter wrote: Frank Richter [EMAIL PROTECTED] When doing A-W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to obtain an exact length. This seems to match the behaviour of recent Windowses and as well fixes a couple of

Re: [Now ns7] Dragon ns8 problem

2005-09-09 Thread Jean Magnan de Bornier
Le 08 septembre à 08:53:19 [EMAIL PROTECTED] écrit notamment: | On Wed, 07 Sep 2005 14:21:26 +0200, Jean Magnan de Bornier | [EMAIL PROTECTED] wrote: | Sound level appears now ok for dns; | Great news. | I have to read two phrases, and then a longer text; in this last | exercise dns gets

Re: user: make A-W WM_GETTEXTLENGTH use WM_GETTEXT [try 2]

2005-09-09 Thread Frank Richter
On 09.09.2005 16:27, Alexandre Julliard wrote: Well, I'm not sure doing a SendMessage is the right thing if you are called from inside CallWindowProc, you may have to do a CallWindowProc UnmapMsgAtoW() (or so) is also called when interprocess messages are translated back... in this case,

Re: user: make A-W WM_GETTEXTLENGTH use WM_GETTEXT [try 2]

2005-09-09 Thread Alexandre Julliard
Frank Richter [EMAIL PROTECTED] writes: On 09.09.2005 16:27, Alexandre Julliard wrote: Well, I'm not sure doing a SendMessage is the right thing if you are called from inside CallWindowProc, you may have to do a CallWindowProc UnmapMsgAtoW() (or so) is also called when interprocess messages

Re: user: make A-W WM_GETTEXTLENGTH use WM_GETTEXT [try 2]

2005-09-09 Thread Frank Richter
On 09.09.2005 17:09, Alexandre Julliard wrote: Do a CallWindowProc on a function that is not the current winproc of the specified window and check if the message gets to the window. Ah, I see. -f.r. signature.asc Description: OpenPGP digital signature

Re: Safedisc 1 works on wine

2005-09-09 Thread Ivan Leo Puoti
Oh, and here's an actualy in game shot, if you're a fan of the game you'll probably notice I'm out of practice. http://www003.portalis.it/115/wine/safediscworks2.png Ivan.

Re: Suggestions for improvement of the emulator

2005-09-09 Thread Steven Edwards
On 9/9/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: The better word is clone if you don't like a wordy independent implementation. Heh, no that would be ReactOS. I always like the term compatibility layer when speaking of Wine. Thanks Steven

Re: Suggestions for improvement of the emulator

2005-09-09 Thread Evil
Mike Hearn wrote: From a dictionary: em·u·late: Computer Science. To imitate the function of (another system), as by modifications to hardware or software that allow the imitating system to accept the same data, execute the same programs, and achieve the same results as the imitated system.

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-09-09 Thread Duane Clark
Phil Krylov wrote: Hi Michael, On Thu, 8 Sep 2005 23:10:18 +0200 Michael Jung [EMAIL PROTECTED] wrote: Wouldn't it be enough to call notify_click after notify_itemactivate? I've attached a modification of your patch, which does just this. Seems to work fine for me. Probably, but what if

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-09-09 Thread Dimi Paun
From: Phil Krylov [EMAIL PROTECTED] Here is a patch which adds checking if the window has been destroyed at that point. I don't know if it is acceptable but it fixes the problem. But this could potentially happen on any notification, what makes this particular one special (sorry, I was away on

Re: Empire Earth continued

2005-09-09 Thread Lionel Ulmer
On Thu, Sep 08, 2005 at 10:37:56PM +0200, Stefan Dösinger wrote: I think you're right. After Releasing the DDraw object two times, as EE does, it's far from beeing freed: It has a refcount of 8!! In particular, creating the surface and performing QueryInterface on it increase the refcount by

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-09-09 Thread Phil Krylov
On Fri, 9 Sep 2005 13:59:05 -0400 Dimi Paun [EMAIL PROTECTED] wrote: From: Phil Krylov [EMAIL PROTECTED] Here is a patch which adds checking if the window has been destroyed at that point. I don't know if it is acceptable but it fixes the problem. But this could potentially happen on any

Re: [Now ns7] Dragon ns8 problem

2005-09-09 Thread wino
On Fri, 09 Sep 2005 16:27:47 +0200, Jean Magnan de Bornier [EMAIL PROTECTED] wrote: Oh joy! My user's files are there, waiting for me! Now it won't start, but I'm being confident: this thing accepts one more thing every day, not more; so maybe tomorrow, after a reboot (probably unneeded,