-
Notifications
You must be signed in to change notification settings - Fork 60
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
Windows 8 compatibility: Entry Point Not Found #384
Comments
Apparently this is a Windows 10 only function: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-adjustwindowrectexfordpi |
Could be fallout from the switch to GitHub Actions as the CI system? #365 #351 #93 https://github.com/iceiix/stevenarella/blob/master/.github/workflows/build.yaml specifies windows-latest, presumably this choses Windows 10. Probably need to find out how to specify to build on Windows 8 (if possible) |
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix says Maybe there's a way to specify to the compiler to target supporting an older minimum Windows version? |
Is Windows 8 something you want to support anyway? Windows 8.1 I can imagine (although I'd personally not care about it), but 8? Even Microsoft doesn't support it anymore, like Windows 7 and older. |
This window popped up when trying to launch a fresh artifact download today (Aug 6,2020) on Windows 8
"The procedure entry point AdjustWindowRectExForDpi could not be located in the dynamic link library"
The text was updated successfully, but these errors were encountered: