Alexandre Julliard julliard@winehq.org wrote:
<Hans Leidekker hans@it.vu.nl 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 imports by the 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.
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 DPA_Create() and DPA_GetPtr() while it does contain most of the other DPA symbols.
What am I missing here?
Rolf Kalbermatter