Re: OleFont: Fix IDispatch Implementation (was Re: olefont: GetIDsOfNames)

2005-09-14 Thread Walt Ogburn
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: > >

Re: Internet Explorer Registry entries

2005-09-14 Thread James Liggett
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

Re: Problem detecting libxslt

2005-09-14 Thread Vincent Béron
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

Re: [Regression] WSACleanup() again?

2005-09-14 Thread JustFillBug
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

Re: OleFont: Fix IDispatch Implementation (was Re: olefont: GetIDsOfNames)

2005-09-14 Thread Walt Ogburn
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

Internet Explorer Registry entries

2005-09-14 Thread Stefan Dösinger
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

Re: [Regression] WSACleanup() again?

2005-09-14 Thread Robert Shearman
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

OleFont: Fix IDispatch Implementation (was Re: olefont: GetIDsOfNames)

2005-09-14 Thread Robert Shearman
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

Re: [Regression] WSACleanup() again?

2005-09-14 Thread JustFillBug
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

Re: listview crash fix

2005-09-14 Thread Dimi Paun
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, >

Re: listview crash fix

2005-09-14 Thread Michael Jung
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

listview crash fix

2005-09-14 Thread Dimi Paun
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

Re: olefont: GetIDsOfNames

2005-09-14 Thread Alexandre Julliard
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

Re: Problem detecting libxslt

2005-09-14 Thread Alexandre Julliard
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