README_VS_compiling.txt 724 B

123456789101112131415
  1. Tips for compiling AssaultCube in Visual Studio:
  2. 1. Install Visual C++ Redistributable for used version of Visual Studio.
  3. 2. In Visual Studio under "Configuration properties" -> "General" set "Project Toolset" to*:
  4. a) in VS 2010 (last working version on Windows XP): Windows7.1SDK (Windows 7.1 SDK should be installed)
  5. b) in VS 2012: v110_xp or Windows7.1SDK
  6. c) in VS 2013: v120_xp or Windows7.1SDK
  7. d) in VS 2015: v140_xp or Windows7.1SDK
  8. e) in VS 2019: v142 and set option "Windows SDK Version" to 10.x
  9. 3. In case of VS 2012 and newer versions under "Configuration Properties" -> "Linker" -> "Advanced" there shoud be set "Image has Safe Exception Handlers" to "No".
  10. * support of compiled binaries on Windows XP/7/8/10