https://bugs.winehq.org/show_bug.cgi?id=57918
Bug ID: 57918 Summary: MANIFEST is not loaded from DLL Product: Wine Version: 10.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: niki@vintech.bg Distribution: ---
Created attachment 78170 --> https://bugs.winehq.org/attachment.cgi?id=78170 manifest in python310.dll
when running sample.exe file without MANIFEST that uses python310.dll with MANIFEST then
common controls v6 are not activated as per <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
workaround is to add the MANIFEST to the sample.exe file