MirisWisdom / OpenSauce

The immaculate mirror of all well-known OpenSauce repositories.
https://bitbucket.org/KornnerStudios/opensauce-release
15 stars 6 forks source link

Drop support for XP in favor of various C++ features. #1

Open BinToss opened 4 years ago

BinToss commented 4 years ago

The current Build Solution includes v120_xp. This allows support for XP at the cost of C++ improvements. Don't need XP support when Vista and 7 are no longer officially supported by Microsoft. Source: https://stackoverflow.com/a/32580205

"...improvements in the platform that are not available on XP"

  1. Building HLSL
  2. Debugging DirectX
  3. Static analysis
  4. Remote debugging
  5. Process status API

Official support for Windows XP ended several years ago. We should move on. It is generally recommended to not use Windows XP due to its numerous(1) security(2) flaws(3).

BinToss commented 4 years ago

Sean considered dropping XP many years ago in commit fed5b5a.