Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Windows 7 not supported #1

Closed
Markyparky56 opened this issue May 25, 2019 · 2 comments
Closed

Windows 7 not supported #1

Markyparky56 opened this issue May 25, 2019 · 2 comments

Comments

@Markyparky56
Copy link
Contributor

This is sort of a non-issue with Windows 7 going End-of-life within a year.

Due to the use of EnterSynchronizationBarrier and friends the minimum supported Windows version is Windows 8, according to Microsoft Dev Center.

Attempting to run Tests.FrameGraph.exe on Windows 7 errors out at start up with an "Entry Point Not Found" popup, relating to `EnterSynchronizatonBarrier" not being found in KERNERL32.dll.

azhirnov added a commit that referenced this issue May 25, 2019
@azhirnov
Copy link
Owner

There are some alternative implementations for the barrier.
I added check for target sdk version to enable win8 version.

@clojur
Copy link

clojur commented Jul 19, 2019

Cmake is OK, but a lot of errors were reported during compilation.
such as
[ error C2514: “std::shared_lock”:Class has no constructor (compile source files G:\FrameGraph\tests\framegraph\ImplTests\ImplTest_Scene1.cpp) ]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants