Re: fix typo in wwn

2004-06-27 Thread Brian Vincent
> -A few other people were in favor of saving it to support a > +A few other people were in favour of saving it to support a "The Americans are identical to the British in all respects except, of course, language." - Oscar Wilde Brian

Re: Change REFIID to IID* for stack declarations in oaidl_p.c to avoid initializers being discarded

2004-06-27 Thread Mike Hearn
On Sun, 27 Jun 2004 21:13:17 +0200, Marcus Meissner wrote: >> + It is usually generated directly by MIDL, however this file has >> + been tweaked since then to account for slight differences in the way >> + gcc and MSVC++ compile it. In particular, in some functions REFIIDs >> + declared on

Re: Tooltips: Start of Balloon Support

2004-06-27 Thread Filip Navara
Dmitry Timoshkov wrote: "Robert Shearman" <[EMAIL PROTECTED]> wrote: This patch marks the start of balloon tip support. Note that it also has the same bug as native due to regions not being handled the same as on Windows. Do you mean a bug in FrameRgn? If yes, ReactOS might have that bug fixed

Re: Change REFIID to IID* for stack declarations in oaidl_p.c to avoid initializers being discarded

2004-06-27 Thread Marcus Meissner
On Sun, Jun 27, 2004 at 05:23:27PM +0100, Mike Hearn wrote: > This can cause a subtle marshalling failure in some cases > (inter-thread IDispatch, native MSI, etc) > > > Mike Hearn <[EMAIL PROTECTED]> > Change REFIID to IID* for stack declarations in oaidl_p.c to avoid > initializers being disca

Re: Wine/WineX and subfs

2004-06-27 Thread Marcus Meissner
On Sun, Jun 27, 2004 at 06:04:32PM +0200, Uwe Bonnes wrote: > Hallo, > > when trying to install programs from subfs mounted CDROMS, wine stumbled on > several occasions (GetVolumenInformation?), running on Suse 9.1. I had not > yet time to investigate deeper. However the announcement for WineX 3.3

Re: FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL

2004-06-27 Thread Jürgen Leibner
"Jürgen Leibner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi there, > i'm trying to install a Software for Schools using > wine-20040505-SuSELinux90.i586.rpm. Now, after updating to wine-20040615-SuSELinux90.i586.rpm, the Error doesn't apear anymore! The setup.exe doe

Wine/WineX and subfs

2004-06-27 Thread Uwe Bonnes
Hallo, when trying to install programs from subfs mounted CDROMS, wine stumbled on several occasions (GetVolumenInformation?), running on Suse 9.1. I had not yet time to investigate deeper. However the announcement for WineX 3.3.2 tells explicit about changes for CDROMs and subfs for Suse9.1. Anyb

Re: Change Desktopsize for _INS5576._MP in config

2004-06-27 Thread Uwe Bonnes
> "Uwe" == Uwe Bonnes <[EMAIL PROTECTED]> writes: Uwe> Changelog: documentation/samples/config: Uwe> [AppDefaults\\_INS5576._MP\\x11drv] Change Desktop size to 800x600 Uwe> With a desktop siye of 640y480, Sage PC Kaufmann Setup aborts, Uwe> asking for higher resolution. Looki

Re: Tooltips: Start of Balloon Support

2004-06-27 Thread Dmitry Timoshkov
"Robert Shearman" <[EMAIL PROTECTED]> wrote: > This patch marks the start of balloon tip support. Note that it also has > the same bug as native due to regions not being handled the same as on > Windows. Do you mean a bug in FrameRgn? If yes, ReactOS might have that bug fixed in their implementat

Suppressing NTDLL Relay messages

2004-06-27 Thread Uwe Bonnes
Hallo, as the include and exclude lists for relay logging are initialized later than our ntdll is loader, relay logs contain all ntdll calls, even if the user didn't request them. Does anybody have an idea how to make the ntdll relay behave better? Bye -- Uwe Bonnes[EMAIL PROTECT

Re: dbghelp crashes

2004-06-27 Thread Eric Pouech
Jon Griffiths a écrit : Hi, Some overly long stabs cause crashes when debug tracing is enabled. Cheers, Jon +dlls/dbghelp/stabs.c Prevent the debug buffer from overflowing on long stabs You shouldn't use debugstr_an with a fixed value, since all strings are '\0' terminated. Either fix dlls/n