cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
355 stars 94 forks source link

Targeting for Windows 8.1 and 10 #331

Closed v0lt closed 2 years ago

v0lt commented 5 years ago

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 commented 5 years ago

Example - mpc-hc.exe.manifest.conf