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

Windows 8 compatibility: Entry Point Not Found #384

Open
firebirdos opened this issue Aug 6, 2020 · 4 comments
Open

Windows 8 compatibility: Entry Point Not Found #384

firebirdos opened this issue Aug 6, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@firebirdos
Copy link

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"

@firebirdos
Copy link
Author

Apparently this is a Windows 10 only function: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-adjustwindowrectexfordpi

@iceiix iceiix changed the title Entry Point Not Found Windows 8: Entry Point Not Found Aug 9, 2020
@iceiix
Copy link
Owner

iceiix commented Aug 9, 2020

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)

@iceiix iceiix added the bug Something isn't working label Aug 9, 2020
ActuallyaDeviloper added a commit to ActuallyaDeviloper/stevenarella that referenced this issue Oct 27, 2020
ActuallyaDeviloper added a commit to ActuallyaDeviloper/stevenarella that referenced this issue Oct 27, 2020
@iceiix iceiix changed the title Windows 8: Entry Point Not Found Windows 8 compatibility: Entry Point Not Found Dec 19, 2020
@iceiix
Copy link
Owner

iceiix commented Dec 19, 2020

https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix says windows-latest and windows-2019 (Windows Server 2019) are the available GitHub-hosted runners, so we might not be able to specify building on older Windows operating systems.

Maybe there's a way to specify to the compiler to target supporting an older minimum Windows version?

@PureTryOut
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants