Wait a minute, hold that - after this patch, you can't use Invoke any more
to get and set the members of IFontDisp! With the current code, it works.
Alexandre, please don't commit that yet.
Thanks,
Walter
On Wed, 14 Sep 2005, Robert Shearman wrote:
> Walt Ogburn wrote:
>
> >Changelog:
> >
Hi Stefan,
I agree. I personally thought this would have been done long ago. But,
in order to fully implement this functinality, wouldn't we have to
implement some more dll's (like shdoc401 and some others that I don't
know off the top of my head?) The reason I ask this is that some
programs (like
Le mer 14/09/2005 à 06:20, Alexandre Julliard a écrit :
> Vincent Béron <[EMAIL PROTECTED]> writes:
>
> > Is this acceptable?
> >
> > libxslt/xslt.h was never included, so I got rid of it.
> >
> > The variable declarations weren't protected with the HAVE_LIBXSLT_*_H
> > macros, so I simplified the
On 2005-09-14, Robert Shearman <[EMAIL PROTECTED]> wrote:
>
> Does this patch fix it?
>
> RCS file: /home/wine/wine/dlls/winsock/socket.c,v
> retrieving revision 1.189
> diff -u -p -r1.189 socket.c
> --- dlls/winsock/socket.c 27 Aug 2005 09:20:24 - 1.189
> +++ dlls/winsock/socket.c
On Wed, 14 Sep 2005, Robert Shearman wrote:
>
> You're not being lazy enough. All of this stuff can be easily
> implemented in one go using CreateStdDispatch, as long as you know how
> to use it. Try the attached patch.
>
> Changelog:
> Return the standard font IDispatch interface created using
> C
Hello,
I just tried to install Palm Desktop on a clean Wine installation to test the
msi file on Wine's MSI implementation. Well, it cancelled the installation
because it needs MSIE 4.0 or higher.
My suggestion is to include the most important Internet Explorer
identification registry entries i
JustFillBug wrote:
On 2005-09-10, JustFillBug <[EMAIL PROTECTED]> wrote:
I saw the bug described in:
http://winehq.com/hypermail/wine-users/2001/01/0516.html
happened again to a program I was trying to use. At least the behavior
is the same. I have no access to the source code. It seems the
Walt Ogburn wrote:
Changelog:
Implement IFontDisp::GetIDsOfNames
You're not being lazy enough. All of this stuff can be easily
implemented in one go using CreateStdDispatch, as long as you know how
to use it. Try the attached patch.
Changelog:
Return the standard font IDispatch
On 2005-09-10, JustFillBug <[EMAIL PROTECTED]> wrote:
>
> I saw the bug described in:
> http://winehq.com/hypermail/wine-users/2001/01/0516.html
> happened again to a program I was trying to use. At least the behavior
> is the same. I have no access to the source code. It seems the problem
> was f
From: "Michael Jung" <[EMAIL PROTECTED]>
> Thanks, seems to work fine for me (no crash while browsing about 50
> directories).
Good, thanks.
> I've attached another patch, which fixes the crash in the file dialog
applying
> this scheme. I've only changed as much as necessary to fix the problem,
>
Hi Dimi,
On Wednesday 14 September 2005 14:24, Dimi Paun wrote:
> Can you try this out and let me know if it works please?
Thanks, seems to work fine for me (no crash while browsing about 50
directories).
> To be honest, I don't like this solution at all, I'll try
> a different approach tonigh
Hi Michael,
Can you try this out and let me know if it works please?
To be honest, I don't like this solution at all, I'll try
a different approach tonight, but in the meanwhile...
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Index: dlls/comctl32/listview.c
Walt Ogburn <[EMAIL PROTECTED]> writes:
>OLEFontImpl *this = impl_from_IDispatch(iface);
> - FIXME("(%p,%s,%p,%d,%04x,%p), stub!\n", this, debugstr_guid(riid),
> rgszNames,
> - cNames, (int)lcid, rgDispId
> - );
> - return E_NOTIMPL;
> + TRACE("(%p,%s,%p,%d,%04x,%p)\n", this, debugstr
Vincent Béron <[EMAIL PROTECTED]> writes:
> Is this acceptable?
>
> libxslt/xslt.h was never included, so I got rid of it.
>
> The variable declarations weren't protected with the HAVE_LIBXSLT_*_H
> macros, so I simplified the test and removed the macros.
I think keeping the standard header check
14 matches
Mail list logo