Re: Fix comctl32 conformance test

2003-10-28 Thread Jakob Eriksson
Hans Leidekker wrote: On Mon, 27 Oct 2003, Jakob Eriksson wrote: Why is this not applied? Because the problem was with MinGW's import lib, not with Wine's comctl conformance test. I have submitted a patch to MinGW but it's not applied yet (it has generated quite a discussion over there by

Re: Fix comctl32 conformance test

2003-10-27 Thread Hans Leidekker
On Mon, 27 Oct 2003, Jakob Eriksson wrote: > Why is this not applied? Because the problem was with MinGW's import lib, not with Wine's comctl conformance test. I have submitted a patch to MinGW but it's not applied yet (it has generated quite a discussion over there by the way). > Would be nice

Re: Fix comctl32 conformance test

2003-10-27 Thread Jakob Eriksson
Why is this not applied? Would be nice to have when cross compiling works. Hans Leidekker wrote: Hi, It appears that the comctl32 conformance test calls functions by name that are exported by ordinal only on Windows. Still the test runs (and thus run-time links) on Wine. Is this wanted behav

Re: Fix comctl32 conformance test

2003-10-22 Thread Hans Leidekker
On Wednesday 22 October 2003 08:52, Rolf Kalbermatter wrote: > the build process. Seems like MS has to fix a few things in their SDK > to make their import libs match the SDK documentation after those > functions really got available in the first release of W95 and finally > got documented this ye

Re: Fix comctl32 conformance test

2003-10-21 Thread Hans Leidekker
On Tuesday 21 October 2003 15:17, Rolf Kalbermatter wrote: > Mmh! I have downloaded the PSDK from the MSDN site, and although it > says Microsoft Platform SDK February 2003 in the Start menu it really > was just downloaded one month ago and my comctl32.lib does not contain > symbols for at least D

Re: Fix comctl32 conformance test

2003-10-21 Thread Gregory M. Turner
On Tuesday 21 October 2003 08:17 am, Rolf Kalbermatter wrote: > Mmh! I have downloaded the PSDK from the MSDN site, and although it > says Microsoft Platform SDK February 2003 in the Start menu it really > was just downloaded one month ago and my comctl32.lib does not contain > symbols for at least

Re: Fix comctl32 conformance test

2003-10-21 Thread Rolf Kalbermatter
Alexandre Julliard <[EMAIL PROTECTED]> wrote: writes: > >> It appears that the comctl32 conformance test calls functions by name >> that are exported by ordinal only on Windows. Still the test runs (and >> thus run-time links) on Wine. Is this wanted behavior? > >Yes it is, the functions are con

Re: Fix comctl32 conformance test

2003-10-21 Thread Hans Leidekker
On Monday 20 October 2003 22:43, Alexandre Julliard wrote: > import library. The existing code works just fine, except when > cross-compiling on Mingw because the import libraries are broken > there. This should be fixed in Mingw not in Wine. Thanks for clarifying this. I have submitted a patch t

Re: Fix comctl32 conformance test

2003-10-20 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > It appears that the comctl32 conformance test calls functions by name > that are exported by ordinal only on Windows. Still the test runs (and > thus run-time links) on Wine. Is this wanted behavior? Yes it is, the functions are converted to ordinal i