Re: [Toolbar] Fixes for IE Favourites 'menu'

2003-10-26 Thread Sylvain Petreolle
This patch makes IE work beautifully. Its much better than with the native comctl32. It also uncovers another misbehaviour in our comctl32. IE crashes because TOOLTIPS_GetTipText isnt protected against NULL read attempts. 180 if (HIWORD((UINT)toolPtr->lpszText) == 0) { Wine-dbg>p toolPtr

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Vincent Béron
Le dim 26/10/2003 à 12:20, Subhobroto Sinha a écrit : > Hello all Hello, > > This patch has been inlined as well as attached as a > ZIP file, so suit yourself. Compressed patches are not the preferred way. Totally inlined is the preferred way, then plain-text attachment (no quoted-printable stu

Re: wave device name patch

2003-10-26 Thread Sylvain Petreolle
It compiles properly now, thanks. --- Robert Reif <[EMAIL PROTECTED]> a écrit : > Fixed to compile with alsa now. > = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels "What if tomorrow the War could

Re: Fix tab size (3) take 2

2003-10-26 Thread Vitaliy Margolen
This time with more fixes and tests. Experimenting with tab control I found this differences between MSDN and actual implementation: - TCS_OWNERDRAWFIXED style has nothing to do with fixed with tabs. It should me named TCS_OWNERDRAW instead. Unless there is some apps that think otherwise, thi

Janitorial: Another possible strlenW missuse

2003-10-26 Thread Uwe Bonnes
Hallo, wine/tools/wrc/y.tab.c countains: WCHAR *wptr; /* Remove escaped backslash and convert to forward */ for(wptr = str->str.wstr; (wptr = strchrW(wptr, '\\')) != NULL; wptr++) if(wptr[1] == '\\') { memmove(wptr

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Subhobroto Sinha
Hello all I finally produced the "official patch" after verifying that everything is OK. This patch has been inlined as well as attached as a ZIP file, so suit yourself. All reports regaring this patch is to be sent to with a proper subject prefixed by "IPersistFile patch" in the subject header

wine-20031016:err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!

2003-10-26 Thread Pavel S. Khmelinsky
Hi! I try to play some DX game. It's started but mouse not work with this message: err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!! I try to play with DXGrab, Managed, Desktop parameters but nothing help. Also I try to run games in Windowed and Fullscreen modes with th

Re: getting started with Winelib

2003-10-26 Thread Ralf Juengling
> > checking for -lwine_uuid... /local/lib > > checking for libntdll.dll.so... configure: error: Could not find the > > Wine dlls (libntdll.dll.so) > > > Have you added /local/lib to /etc/ld.so.conf? If not, there should be a warning when you install wine. no, but I've set LD_LIBRARY_PATH to /loca

Relay Debugging NTDLL/Kernel32

2003-10-26 Thread Uwe Bonnes
Hallo, current reordering of the wine initialisation process has made relay traces for ntdll and kernel vanish. What are chances and priority to bring that feature back? An what are chances to keep the --debugmsg option on the commandline with the nescessary changes? Bye -- Uwe Bonnes

Re: WineConf 2004

2003-10-26 Thread Jeremy White
Yes, sorry, I've been quite remiss. Things are a bit crazy here at the moment (we ship version next tomorrow), but I very much mean to have an official announcement and web site up asap. Also, since there will be some Wine folks on the move right around the same time as LinuxWorld NY, I've put in

dlls/*/tests/Makefile

2003-10-26 Thread Sylvain Petreolle
At this time, if I go into any dll source directory and do (lets take dlls/winmm) : [EMAIL PROTECTED] winmm]$ make clean then make will generate this error when building the tests: make[1]: Entering directory `/home/wine/dlls/winmm/tests' gcc -c -I. -I. -I../../../include -I../../../include -D_R

Re: wave device name patch

2003-10-26 Thread Robert Reif
Fixed to compile with alsa now. Sylvain Petreolle wrote: > Hi Robert, > > your winmm patch seems to need a winnls.h include to compile (it > defines CP_ACP.) device.diff Description: application/unknown-content-type-diff_auto_file

DMUSIC: some dmloader/dsound fixes

2003-10-26 Thread Raphaël Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm back again :) And trying again to get Unreal2 demo working, this time with that patch the dmusic part only fail on a the CreateFile (on ILoaderStream::Attach) because we not use the specified IDirectMusicLoader8Impl::wzSearchPath. Ro

Re: Get Back Relay Debugging for NTDLL and Kernel32

2003-10-26 Thread Dimitrie O. Paun
On October 26, 2003 11:48 am, Uwe Bonnes wrote: > +if (TRACE_ON(relay)) > + { Not yet another formatting style, please... -- Dimi.

Bug handling mouse in x11drv

2003-10-26 Thread Carlos Lozano
Hello, Does anyone know why "update_key_state" is called in the mouse related functions: GetCursorPos, SetCursorPos, ButtonPress, ButtonRelease, MotionNotify and EnterNotify?? In gnome (+metacity), i use the key shift+left or shift+right to change of desktop. Then for example using WinMX, with

is this a legal way to obtain information?

2003-10-26 Thread Jonathan Wilson
Is the use of dumpbin /EXPORTS a sutable way to get information? Would e.g. doing this then using that to generate e.g. an import library be legally ok or not?

Re: PATCH: better freetype enc fix

2003-10-26 Thread Rein Klazes
On Sun, 26 Oct 2003 12:47:40 +0100, you wrote: > > FT_ENCODING_MS_SYMBOL is a enum value, not a define, so this check will not work. > > Might need another autoconf check, but for a fixed define its a bit overkill. I agree. Rein -- Rein Klazes [EMAIL PROTECTED]

Re: PATCH: better freetype enc fix

2003-10-26 Thread Marcus Meissner
On Sun, Oct 26, 2003 at 12:28:34PM +0100, Rein Klazes wrote: > On Sun, 26 Oct 2003 12:00:51 +0100, you wrote: > > > hmm, and: > > #define ft_encoding_symbol FT_ENCODING_MS_SYMBOL > > > > Well, what about this patch instead: > > [patch] > > Yes, I like this one better, but the ft_encod

Re: PATCH: better freetype enc fix

2003-10-26 Thread Rein Klazes
On Sun, 26 Oct 2003 12:00:51 +0100, you wrote: > hmm, and: > #define ft_encoding_symbol FT_ENCODING_MS_SYMBOL > > Well, what about this patch instead: [patch] Yes, I like this one better, but the ft_encoding macros are deprecated. What about doing: #ifndef FT_ENCODING_MS_SYMBOL #defi

Re: PATCH: better freetype enc fix

2003-10-26 Thread Marcus Meissner
On Sun, Oct 26, 2003 at 11:29:28AM +0100, Rein Klazes wrote: > On Sun, 26 Oct 2003 10:58:05 +0100, you wrote: > > > Hi, > > > > This fix supercedes Rein Klazes fix, since MS_MAKE_TAG is used in other places. > > Hmm thanks, I shoud have chacked that of course. > > Actually I was expecting the q

Re: PATCH: better freetype enc fix

2003-10-26 Thread Rein Klazes
On Sun, 26 Oct 2003 10:58:05 +0100, you wrote: > Hi, > > This fix supercedes Rein Klazes fix, since MS_MAKE_TAG is used in other places. Hmm thanks, I shoud have chacked that of course. Actually I was expecting the question why not use the definition in freetype.h that comes with libfreetype? O