Xenos icon indicating copy to clipboard operation
Xenos copied to clipboard

Having trouble building with VS2019

Open TheSummxr opened this issue 4 years ago • 2 comments

Cloned Xenos source off github and tried to build it but it comes out with 49 errors (I have no coding knowledge lmfao) image image image

That is all of them. I saw 2 other people on here with the same issue, one fixed it but didn't say how, and the other got a recommendation (that I tried) and it didn't work. Before anyone gives me the same recommendation, I have the .NET Desktop Develop Component and I am using stdcpp 17 Any help would be greatly appreciated.

TheSummxr avatar Jul 21 '21 08:07 TheSummxr

What I did and that openned the project correctly :

  • Downloading a new ZIP of Xenos
  • Same for Blackbone
  • Extracting blackbone in /ext/blackbone
  • Run Xenox.sln and don't redirect when it ask for a newer Win10 SDK

Adler-D3R avatar Jul 23 '21 09:07 Adler-D3R

If you add /permissive to the command line additional options under compile, it should skip the strict string checking; alternatively you can use /Zc:strictStrings-

This works for me with retargeting as well, but I haven't tested it fully to see if it's fully functional after being more permissive.

zopsi avatar Jul 26 '21 05:07 zopsi