shlfolder test fails on my system

2004-10-08 Thread Rolf Kalbermatter
I get among other failures in other dlls one at the recently added shlfolder test in shell32. It fails for the three cases where it probably is supposed to compare testdir with test1.txt, test2.txt, and test3.txt. While my first idea was a difference in character weighting and comparison I did som

Re: ImageList_Merge

2004-10-08 Thread Jon Griffiths
Hi Francois, > IMHO it would be better to rely on the WINETEST_INTERACTIVE > environment variable. I got the use of VISIBLE from the listview and tab control tests, but WINETEST_INTERACTIVE does sounds like a better/more consistent approach. I'll try to get a patch for all 3 tests out in the next

Re: Add new types to win16.api and win32.api

2004-10-08 Thread Vincent Béron
Le ven 08/10/2004 à 09:34, Vincent Béron a écrit : > Changelog: > Add new types to win16.api and win32.api to make winapi_check happier. Alexandre, I just noticed that this patch conflicts with my previous patch "Remove unused types from win{16,32}.api" (I just forgot it wasn't committed yet). Do

Wineconf 2005

2004-10-08 Thread Jeremy White
Hey Folks, It's that time again, time to plan for another Wineconf. There has been some back room chatter about Wineconf this year, but no definitive plans. A small cabal of people (myself included) think that we should hold it in Southern Germany around February/March. Marcus and Michael have each

Re: Cross build failed, anyone else get this?

2004-10-08 Thread Martin Fuchs
Am Donnerstag, 7. Oktober 2004 12:41 schrieb Paul Millar: > Hi, > > Looks like one of last night's patches broke cross-building (at least for > me). > > -- Forwarded Message -- > > Subject: Cron <[EMAIL PROTECTED]> $HOME/Production/cronCrossBuild 10:00 > Date: Thursday 07 October

Re: Wineconf 2005

2004-10-08 Thread Shachar Shemesh
Jeremy White wrote: Thoughts? Comments? First of all, unlike last year, I think we should definitely do it in Europe this time. Just wanted to reiterate the Cyprus idea (Jeremy, please don't tell me you didn't see it coming). If it's there, I'll take care of administrative stuff (hotel, confer

Re: Correct wvsprintf16 in spec and definition

2004-10-08 Thread Vincent Béron
Le ven 08/10/2004 à 11:32, Vincent Béron a écrit : > Changelog: > Correct the spec file and the definition for wvsprintf16. Please do not apply as is, it doesn't compile. Vincent

Re: dbghelp functions are A only

2004-10-08 Thread Eric Pouech
Vincent Béron a écrit : Hi, I noticed that dbghelp's functions are only implemented as A variant, while MSDN says they're available as either Unicode or Ascii variant. Should we rename the current ones A and create stub W before properly implementing in W and make the A call the W? you shouldn't re

Re: dbghelp functions are A only

2004-10-08 Thread Vincent Béron
Le ven 08/10/2004 à 13:48, Eric Pouech a écrit : > Vincent Béron a écrit : > > Hi, > > > > I noticed that dbghelp's functions are only implemented as A variant, > > while MSDN says they're available as either Unicode or Ascii variant. > > Should we rename the current ones A and create stub W befor

.so dependancies in winegcc

2004-10-08 Thread Warren_Baird/CSI
Hi all, I'm still working on getting wine going on hpux, and I thought I should submit patches for more of the changes I've made. There were a couple of places in winegcc where there were some assumptions made about .so being the shared library extension and .exe.so being the executable suffix

Re: Wineconf 2005

2004-10-08 Thread Jeremy White
Just wanted to reiterate the Cyprus idea (Jeremy, please don't tell me you didn't see it coming). If it's there, I'll take care of administrative stuff (hotel, conference rooms, etc.). Shachar, I have issues with Cyprus. First, it's a minimum of two transfers and 16 hours on a plane for me to ge

Re: comm brokenness -- any plans to fix?

2004-10-08 Thread Eric Pouech
Kuba Ober a écrit : Hi, is there anyone willing to fix the serial port borkedness (data going out, but not coming back in)? you just need to copy the 'if (flags & FD_FLAG_TIMEOUT) {...}' block at the top of NtReadFile to the same position in NtWriteFile. That should to the trick. A+

[OT] Anyone want to write a book on Wine?

2004-10-08 Thread Jeremy White
Hey folks, I've had an editor approach me about writing a book on Wine; it's not something I or anyone around here expressed a strong interest in. However, she seems very nice, and so I offered to pass her query along and see if anyone else is interested. If you are, please contact her directly; I'

Re: Remove winesetuptk and wineinstall from docs

2004-10-08 Thread Steven Edwards
Hi, --- Vincent Béron <[EMAIL PROTECTED]> wrote: > Winesetuptk hasn't been updated for a while (new drive scheme, etc.), > and it's not even listed on our sf.net download page anymore (where > it > was last seen). > tools/wineinstall doesn't do more than what wineprefixcreate does for > configurat

Re: Wineconf 2005

2004-10-08 Thread Joerg Mayer
Hello All, would you consider having Wineconf 2005 during Linuxtag in Karlsruhe (Germany)? Linuxtag is from 22.-25. 06. 2005. I will ask the organizers of Linuxtag tomorrow whether they would be willing to provide infrasturccture during the event unless I hear a definitve no before. Going to Karls

Re: Remove winesetuptk and wineinstall from docs

2004-10-08 Thread Ivan Leo Puoti
> I thought wineinstall handled loading the wine.inf? I think wineprefixcreate does that now. Ivan. Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it

Where has --debugmsg gone ?

2004-10-08 Thread Robert Lunnon
Subject says it all. How do I do a wine --debugmsg +relay these days Bob

Re: Where has --debugmsg gone ?

2004-10-08 Thread Vincent Béron
Le ven 08/10/2004 à 19:04, Robert Lunnon a écrit : > Subject says it all. How do I do a wine --debugmsg +relay these days WINEDEBUG=(same args as --debugmsg) wine app.exe Vincent

Strange behaviour of X Driver

2004-10-08 Thread Robert Lunnon
I have some strange behaviour occurring on Solaris 10 I am getting XIO errors I Did a syscal trace and got this in part \ uname(0x7FD5EA54) = 1 uname(0x7FD5EB24) = 1 xstat(2, "/tmp/.X11-pipe/X0", 0x7FD5EF64) = 0 open("/tmp/.X11-p

Re: Where has --debugmsg gone ?

2004-10-08 Thread Robert Lunnon
On Sat, 9 Oct 2004 09:08 am, Vincent Béron wrote: > Le ven 08/10/2004 à 19:04, Robert Lunnon a écrit : > > Subject says it all. How do I do a wine --debugmsg +relay these days > > WINEDEBUG=(same args as --debugmsg) wine app.exe > > Vincent Thank you muchly. Bob

Re: Fix InternetCrackUrlW

2004-10-08 Thread Alexandre Julliard
Maxime Bellengé <[EMAIL PROTECTED]> writes: > An application I try to install calls InternetOpenUrlW with an url like > that : > > http://server/.\\path/file > > Under windows, it works but under wine , the result of such a request is > 404. > So my assumption is windows converts '\' to '/'. I tri

Re: [janitor] tools -Wwrite-strings cleanup

2004-10-08 Thread Alexandre Julliard
Daniel Marmier <[EMAIL PROTECTED]> writes: > -static type_t std_bool = { "boolean" }; > -static type_t std_int = { "int" }; > -static type_t std_int64 = { "__int64" }; > -static type_t std_uhyper = { "MIDL_uhyper" }; > +static char name_bool[] = "boolean"; > +static char name_int[] = "int"; > +sta

Re: Strange behaviour of X Driver

2004-10-08 Thread Alexandre Julliard
Robert Lunnon <[EMAIL PROTECTED]> writes: > read(11, 0x7FD5F7AC, 8) Err#11 EAGAIN > XIO: fatal IO error write(2, " X I O : f a t a l ".., 21) = 21 > 0 (write(2, " 0 (", 3)= 3 > Error 0write(2, " E r r o r 0", 7)=

Re: shlfolder test fails on my system

2004-10-08 Thread Vitaliy Margolen
Well, I tried to shuffle the order of creation of these files. The results I got was as follows: - On windows I was getting "sorted by name" order. - On Linux I was getting creation order. I tested XP, 2003 and 98 all with same results. So my assumption was that I would always get the "sorted by n