Raphael <[EMAIL PROTECTED]> writes:
> Changelog:
> - debugstr_DMUS_OBJECTDESC more readable (not more limited to the 200
> characters of wine_dbg_sprintf)
You should make it a separate dumping function instead of returning a
single string, if the info is too large. Using a static buffer is no
On Tue, Mar 09, 2004 at 01:45:59PM +0800, Jonathan Wilson wrote:
> >Discovered an issue with null pointer passed for %s (Warcraft III likes to
> >do that it seems). I handle it by printing "(null)". Other than that, it
> >will
> Have you made it do something usefull if the user passes a null f
> Important: I did not want to change the sense of the original file.
> Personally I think even bugs should be persistant between different
> translations. ;-) Otherwise they would drift away from each other too
> much (my opinion). On the other hand, I had to change some sections
> slightly, as th
Andrew de Quincey schrieb:
Why? What bad has banana67 done to you? ;-)
On March 9, 2004 2:20 pm, Robert Shearman wrote:
> This patch adds full support for drag list common controls. There are no
> known bugs, so as far as I am concerned this is 100% complete compared
> to ComCtl32 v5.81 and probably v6.0 too.
Nice! Now, to keep track of these things, I've added the f
On Tue, 09 Mar 2004 09:51:40 -0500, Miguel de Icaza wrote:
> Our issue is that we would need to create yet another package with a
> different dependency chain. If you ship this you make our live a lot
> simpler.
>
> But we will ship it ourselves if we absolutely have to.
I'm not sure I understan
Miguel de Icaza wrote:
Hello,
Yep
Now, this might not be as helpful to others as you might thinkg, unless
they dlopen/dlsym every symbol they want to import (this is what we do
with Mono: every symbol we need has to be explicitly invoked).
Yes that. But what if I dlopen From
Hello,
> I strongly disagree!
>
> I'm not sure what this patch can do. But if it lets you Inject into wine
> mid run from any Linux application or Library than it is tremendous.
> MPlayer can use it, a unixODBC to windowsODBC can use it, web-browser
> plug-ins can use it.
The intention is to
Hello,
> > Could we get this in the official Wine distribution? Peter's patch
> > includes the Makefile and configure magic as well (the rest could be
> > dropped).
>
> I would really prefer for you to ship it yourself. This is not a
> general solution, and we don't want other projects to start
I noticed that Alexandre fixed this; thanks!
The only issue remaining now is the following, in files/drive.c
../../files/drive.c: In function `DRIVE_GetFreeSpace':
../../files/drive.c:768: warning: implicit declaration of function `statvfs'
which was added by
revision 1.107
date: 2004/0
Mike Hearn wrote:
For the record there are still a ton of unresolved questions that Mono is
just choosing to ignore here (because they can). For instance,
multithreading won't always work correctly, but as S.W.F is not thread
safe this doesn't seem to matter too much. I think stuff like exceptio
On Tue, 09 Mar 2004 12:27:17 +0200, Boaz Harrosh wrote:
> I strongly disagree!
>
> I'm not sure what this patch can do. But if it lets you Inject into wine
> mid run from any Linux application or Library than it is tremendous.
> MPlayer can use it, a unixODBC to windowsODBC can use it, web-brows
Alexandre Julliard wrote:
Miguel de Icaza <[EMAIL PROTECTED]> writes:
Could we get this in the official Wine distribution? Peter's patch
includes the Makefile and configure magic as well (the rest could be
dropped).
I would really prefer for you to ship it yourself. This is not a
general
Kevin Koltzau wrote:
>
> On Monday 08 March 2004 08:44 pm, Robert Shearman wrote:
> > Many applications dynamically bind to entry points and can fail in
> > strange ways if they are not found. This patch enables users to see any
> > failing GetProcAddress calls that could be responsible for bad
> >
15 matches
Mail list logo