You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martin Mitáš edited this page Dec 30, 2016
·
1 revision
Given the broad range of Windows versions we support, we sometimes need to deal with some compatibility issues.
COMCTL32.DLL Versions
Most notably, COMCTL32.DLL version determines whether visual styles (UXTHEME.DLL) are supported. Ut us supported only in version >= 6.0, which is loaded only:
when available on the system, and
if the given .exe has a manifest which is explicitly asking for it.