Re: Translate the WineFAQ to French

2005-05-26 Thread Dimi Paun
On Thu, 2005-05-26 at 14:01 +0200, Francois Gouget wrote: > 1) we manually apply the patches to our CVS > This lets us apply patches at any time but runs the risk of > getting conflicts the next time we import Po4a if the version that > gets committed to their CVS is a bit different. > >

Re: [wintest] tests not executed

2005-05-26 Thread James Hawkins
On 5/26/05, Stefan Leichter <[EMAIL PROTECTED]> wrote: > Hello, > > since this week i get a lot more messages "Can't parse subtest output of .." > when runnning winetest-latest.exe. > > The reason seems to be that the test executables with only one test target > (e.g advapi32_test.exe) do not lon

Re: msiexec

2005-05-26 Thread Sven Paschukat
> So why do you like to install "Microsofts MSI 2.0" ? Do you need it for > another installer? How does this installer fail with the buildin MSI? > > Bye Stefan With builtin MSI there comes a problem at the end of a setup in Installshield X with handling its "Merge Modules": --- sch

Re: msiexec

2005-05-26 Thread Sven Paschukat
Richard Cohen schrieb: The latest version of Wine does have problems with InstMsiA.exe, but I haven't seen this one. I've updated the Wiki page at http://wiki.winehq.com/NativeMsi . Does that work for you? No, the error still occurs. I have to remove the symbolic link to msiexec.exe.so in th

Re: Serious Legal question - TLB(S)

2005-05-26 Thread Troy Rollo
On Thu, 26 May 2005 20:34, Boaz Harrosh wrote: > > Therefore, I would suggest that you could use the generated .idl file > > to write your own .idl file that has the same interface, but would not > > be considered a copy or derived work. This is similar to what is often > > done for Platform SDK h

RE: UT2003 Regression - Patch at last :-))

2005-05-26 Thread Ann & Jason Edmeades
> > Without removing the update region there's no way to step further in the > > list, if I understand the problem correctly? > > Yes, but that's what needs to be fixed, we need to make progress even > if the update region is not validated. We will then get a WM_PAINT in > the main message loop, w

[wintest] tests not executed

2005-05-26 Thread Stefan Leichter
Hello, since this week i get a lot more messages "Can't parse subtest output of .." when runnning winetest-latest.exe. The reason seems to be that the test executables with only one test target (e.g advapi32_test.exe) do not longer list its targets when started without target. Now the single t

Re: UT2003 Regression - Patch at last :-))

2005-05-26 Thread Alexandre Julliard
Alexandre Julliard <[EMAIL PROTECTED]> writes: > "Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes: > > > What about instead of the send_ncpaind/send_erase when child==prev (assuming > > this to be the more 'unusual' case and not the norm) I build a list of the > > hwnds and validate their upda

Re: msiexec

2005-05-26 Thread Stefan Leichter
Am Dienstag, 24. Mai 2005 02:21 schrieb Sven Paschukat: > This patch breaks installation of Microsofts MSI 2.0, InstMsiA.exe. > During install with > WINEDLLOVERRIDES="msiexec.exe=n,b" wine InstMsiA.exe > there comes the error: > "Installer besitzt keine ausreichenden Berechtigungen, um > die

Re: msi: hook up dialogs and control events (big)

2005-05-26 Thread Aric Stewart
Strange. it looks like diff cut of the very last trailing }. add that in and it should work. -aric Stefan Dösinger wrote: Am Donnerstag, 26. Mai 2005 17:57 schrieb Aric Stewart: Hook up the dialog code, get a basic UI and handle basic control events. +if( r == ERROR_IO_PENDIN

Re: msi: hook up dialogs and control events (big)

2005-05-26 Thread Stefan Dösinger
Am Donnerstag, 26. Mai 2005 17:57 schrieb Aric Stewart: > Hook up the dialog code, get a basic UI and handle basic control events. +if( r == ERROR_IO_PENDING ) +r = ERROR_SUCCESS; + +return r; + There seems to be a '{' missing. This causes a syntaxt error during compilation. St

Re: msiexec

2005-05-26 Thread Mike Hearn
> The patch that gives the problem you're (RIchard Cohen) seeing is: > > Patch: http://cvs.winehq.org/patch.py?id=14894 This is: Ivan Leo Puoti <[EMAIL PROTECTED]> Better EXE version check in VERSION_GetLinkedDllVersion. (by the way guys, can we get into a habit of posting the l

msi dialogs, events and office 2003

2005-05-26 Thread Aric Stewart
Hi Stefan, We have been concentrating alot of effort on Office 2003 and specifically on getting office 2003 to install and come up properly. We would love to work more directly with you and the whole wine community in this goal. With this patch I have enabled the dialog code that Mike has pu

Re: msiexec

2005-05-26 Thread James Hawkins
On 5/26/05, Richard Cohen <[EMAIL PROTECTED]> wrote: > The latest version of Wine does have problems with InstMsiA.exe, but I > haven't seen this one. I've updated the Wiki page at > http://wiki.winehq.com/NativeMsi . Does that work for you? > The patch that gives the problem you're (RIchard Coh

Re: Translate the WineFAQ to French (gettext)

2005-05-26 Thread Francois Gouget
Dimi Paun wrote: [...] However the RedHat / Fedora Core package manager was awfully inadequate, offering no search functionality at all (they probably think the dumbed-down categories remove the need for it). The package manager does not do that. Did you try http://rpmfind.net? Also, the packa

Winedocs and Po4a dependencies

2005-05-26 Thread Francois Gouget
For the Wine project we are trying to make it as easy as possible for Wine contributors to modify and rebuild the Wine documentation. The Po4a dependencies have caused some concern in this regard: for each dependency the contributor will have to track down which package to install for his dis

Re: msiexec

2005-05-26 Thread Richard Cohen
Sven Paschukat wrote: This patch breaks installation of Microsofts MSI 2.0, InstMsiA.exe. During install with WINEDLLOVERRIDES="msiexec.exe=n,b" wine InstMsiA.exe there comes the error: "Installer besitzt keine ausreichenden Berechtigungen, um diese Datei zu verändern: C:\Config.Msi\658-rbf.

Nice work Mike M, and others

2005-05-26 Thread Jeremy White
Folks, I saw the following blog entry: http://outflux.net/blog/archives/2005/05/25/ask-a-stupid-question/ (a Wine newbie praising the responsiveness of Wine developers) And I have to say that I thought it was one of the best testaments to our community I'd seen in a while. And I further have

IShellFolder::GetDisplayNameOf vs. SHGetPathFromIDList

2005-05-26 Thread Michael Jung
Hi Alexandre, could you please give me a hint on this one: http://www.winehq.org/hypermail/wine-patches/2005/05/0567.html My guess is that you want me to write a test, showing that windows' comdlg32 does it this way. The problem is, I don't know how. We would have to temporarily register a she

Re: Translate the WineFAQ to French

2005-05-26 Thread Francois Gouget
Francois Gouget wrote: [...] C. We can do so by patching po4a-translate to do the replacement itself, from within perl. This should also get rid of the .posgml I have started looking into this. The right fix is for po4a Sgml module to support translating attributes. I guess it has

Re: MSXML: add some idl definitions (exposes a widl bug)

2005-05-26 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > This patch demonstrates a problem with widl. This following > declaration fails to parse correctly, as "async" is detected as a > keyword, and disallowed as the name of a method in an interface. > > [propget, id(DISPID_XMLDOM_DOCUMENT_ASYNC)] > HRESUL

Re: docs/. configure.ac

2005-05-26 Thread Dimi Paun
On Thu, 2005-05-26 at 13:38 +0200, Francois Gouget wrote: > Hmm, you forgot to regenerate the configure script. My bad, fixed. Thanks. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: avoid msvfw32 crash

2005-05-26 Thread Alexandre Julliard
luis lenders <[EMAIL PROTECTED]> writes: > Index: wine/dlls/msvideo/drawdib.c > === > RCS file: /home/wine/wine/dlls/msvideo/drawdib.c,v > retrieving revision 1.24 > diff -u -p -r1.24 drawdib.c > --- wine/dlls/msvideo/drawdib.c

Re: docs/. configure.ac

2005-05-26 Thread Francois Gouget
Dimi Paun wrote: [...] Modified files: . : configure.ac Log message: Francois Gouget <[EMAIL PROTECTED]> Warn the user if docbook2html is missing. Offer hints as to which packages he needs to install. Old revision New revision Changes Path 1.2

Re: Write problem with MS Office 2003

2005-05-26 Thread Stefan Dösinger
Am Donnerstag, 26. Mai 2005 11:13 schrieb Dimi Paun: > On Thu, 2005-05-26 at 12:40 +, Stefan Dösinger wrote: > > patch -p 1 -R < /home/stefan/Desktop/shell32.diff(Just to test if > > > patch -p0 -R < That's it, thanks

Re: Write problem with MS Office 2003

2005-05-26 Thread Dimi Paun
On Thu, 2005-05-26 at 12:40 +, Stefan Dösinger wrote: > patch -p 1 -R < /home/stefan/Desktop/shell32.diff(Just to test if patch -p0 -R < -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: Write problem with MS Office 2003

2005-05-26 Thread Michael Jung
On Thursday 26 May 2005 14:40, Stefan Dösinger wrote: > I created the diffs from the wine root, and I apply the patches in the > sources root directory. If I specify the filedlls/shell32/shfldr_desktop.c, > the patch applies fine. You should create as well as apply the patches in the top level win

Re: MSI gui questions

2005-05-26 Thread Mike McCormack
Stefan Dösinger wrote: The native windows installer has support for a gui, but Wine's msi doesn't (yet). I had a look at this, and it seems that there are already some functions in dlls/msi/dialog.c which are for GUI handling. I had a look at the msi documentation in the MSDN. It appears to m

MSI gui questions

2005-05-26 Thread Stefan Dösinger
Hello, The native windows installer has support for a gui, but Wine's msi doesn't (yet). I had a look at this, and it seems that there are already some functions in dlls/msi/dialog.c which are for GUI handling. I had a look at the msi documentation in the MSDN. It appears to me that most dialogs

Re: Write problem with MS Office 2003

2005-05-26 Thread Stefan Dösinger
> First, I would move the psfParent and rpidl variable declarations into the > then-branch of the if statement, since this is the only place they are > used. But this is of course personal preference. Good, done so. I always thought this was a C++ invention. > Second, please use the -pu flags when

Re: Serious Legal question - TLB(S)

2005-05-26 Thread Boaz Harrosh
Robert Shearman wrote: what complicates the matter for TLB files is that they contain variable names and comments/help strings that could constitute a copyrightable work. What if I do not extract comments/help and regenerate variable names, is it than OK. Therefore, I would suggest t

Re: Write problem with MS Office 2003

2005-05-26 Thread Michael Jung
On Thursday 26 May 2005 13:18, Stefan Dösinger wrote: > Any further suggestions? If not, I'll modify the other shflrds and send a > patch to wine-patches ;-) Looks good to me. Two style things: First, I would move the psfParent and rpidl variable declarations into the then-branch of the if st

Re: check for mkdir mode

2005-05-26 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Steven Edwards" <[EMAIL PROTECTED]> wrote: +int sys_mkdir(const char *path, mode_t mode) +{ +#ifdef HAVE_MKDIR_MODE +return mkdir(path, mode); +#else +return mkdir(path); +#endif +} Wouldn't it be better to emulate mkdir(path, mode); with mkdir(pat

Re: Write problem with MS Office 2003

2005-05-26 Thread Stefan Dösinger
Hi, > I meant that you should remove the dwAttributes member from > IGenericFSFolder and call SHELL32_GetItemAttributes in shfldr_fs's > GetAttributesOf method passing the rfgInOut parameter. You don't have to > modify the Initialize[Ex] methods. > > That said, this is the preferable option in my o