ConfettiFX / The-Forge

The Forge Cross-Platform Rendering Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Apache License 2.0
4.84k stars 506 forks source link

Unable to build with Visual Studio 2022 #268

Closed OttoHatt closed 1 year ago

OttoHatt commented 1 year ago

This project won't build in Visual Studio 2022. The bundled version of the EASTL is outdated and references some removed constants, swapping the numeric_limits.h file out for a newer version allows you to build.

Very minor, and I imagine this has already been fixed internally!

wolfgangfengel commented 1 year ago

We only support Visual Studio 2017. We try to stay backward compatible to help game developers build games. Every Visual Studio version has its own problems. It reduces productivity to support more than one.