Image List tests for comctl32 v6

Frank Richter frank.richter at gmail.com
Fri Oct 2 11:44:26 CDT 2009


On 02.10.2009 00:27, Joel Holdsworth wrote:
> Does anyone have any thoughts about what might be going on here, and
> what I should do with my tests?

If the manifest is set up dynamically I would expect that all symbols
imported from comctl32.dll are done so _before_ the manifest takes
effect, ie any comctl32 functions would be from the pre-v6 one chosen at
the program load time. (Apparently, for window classes, there is some
extra mechanism in Windows that makes the v6 classes used.)
If that is the case the solution would probably be to load v6
comctl32.dll dynamically and obtain the symbols you want to use at
runtime as well.

-f.r.



More information about the wine-devel mailing list