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
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
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
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
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
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
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
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
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