Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Targeting for Windows 8.1 and 10 #331

Closed
v0lt opened this issue May 8, 2019 · 1 comment
Closed

Targeting for Windows 8.1 and 10 #331

v0lt opened this issue May 8, 2019 · 1 comment

Comments

@v0lt
Copy link

v0lt commented May 8, 2019

IsWindows8Point1OrGreater and IsWindows10OrGreater functions in filters do not work correctly.

https://docs.microsoft.com/en-us/windows/desktop/api/VersionHelpers/nf-versionhelpers-iswindows8point1orgreater
Applications not manifested for Windows 8.1 or Windows 10 return false, even if the current operating system version is Windows 8.1 or Windows 10. To manifest your applications for Windows 8.1 or Windows 10, see "Targeting your application for Windows".
https://docs.microsoft.com/en-us/windows/desktop/sysinfo/targeting-your-application-at-windows-8-1

@v0lt
Copy link
Author

v0lt commented May 9, 2019

Example - mpc-hc.exe.manifest.conf

cplussharp added a commit that referenced this issue Dec 5, 2021
manifest file with compatibility section to fix issue #331

remove DPI awareness flag in manifest and build settings to make the application usable with 4k monitors (short term fix for #335)
cplussharp added a commit that referenced this issue Dec 5, 2021
manifest file with compatibility section to fix issue #331

remove DPI awareness flag in manifest and build settings to make the application usable with 4k monitors (short term fix for #335)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants