wineinstall patch

2000-05-09 Thread Eric Pouech
And I try to set up the correct winedbg path in the registry, since I think the default path in winedefault.reg doesn't do much good if you don't run from the wine source directory (and who does that?) (I do ;-) (Just one issue I wondered about... wineinstall currently only installs

Re: wineinstall patch

2000-05-09 Thread Joerg Mayer
On Tue, 9 May 2000, Eric Pouech wrote: in all cases, we should report to the user, when installing a key: ... we definitively need something more robust than we have now IIRC, wineinstall is for a *new* installation, not for existing ones. When I run wineinstall, I expect it to put my system

Re: Static link

2000-05-09 Thread Masahide Washizawa
Youssef A. Abu Kwaik wrote: Hello all, When I downloaded the latest wine2430, I tried to compile it using the --disable-dll to get a static build. I never got to the point of a complete build. What happens is that it builds the libwine.a and all the .a files in the dlls

Re: Static link

2000-05-09 Thread Eric Pouech
Is there a way to get around this error? Thanks I faced the same problem at my environment, too. Could you give me any advice on the best way to resolve it ? Thanks in advance, M. Wassy should be fixed with latest cvs A+ -- --- Eric Pouech

word-filedlg problem (GetFullPathName screwed)

2000-05-09 Thread Juergen Schmied
Hi! Looks like GetFullPathName is not ok since the last rewrite: file-save Call KERNEL32.333: GetFullPathNameA(40d50206 ".\\Dok1.doc",0200,40d50212,40c4397c) ret=30059423 fs=024f trace:dosfs:DOSFS_GetFullName . (last=0) trace:dosfs:DOSFS_GetFullName returning /mnt/lw_c/Programme/Microsoft

Re: word-filedlg problem (GetFullPathName screwed)

2000-05-09 Thread Uwe Bonnes
Hallo, it seems I missed to submit appended chunk. Could you try and report? Bye Uwe Bonnes[EMAIL PROTECTED] Free Software: If you contribute nothing, expect nothing -- gauss:~/tmp/wine/compile cvs diff -u wine/files/dos_fs.c Index: wine/files/dos_fs.c

Re: wineinstall patch

2000-05-09 Thread Ove Kaaven
On Tue, 9 May 2000, Joerg Mayer wrote: On Tue, 9 May 2000, Eric Pouech wrote: in all cases, we should report to the user, when installing a key: ... we definitively need something more robust than we have now IIRC, wineinstall is for a *new* installation, not for existing ones. When

Re: event.c

2000-05-09 Thread gerard patel
At 09:50 AM 5/9/00 -0500, you wrote: This patch places the X event processing into the critical section that locks the WND pointer. This prevents a race condition that occasionally occurs on window destruction. snip Did you test this patch when running with -debugmsg? I have a program that is