Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble building with VS2019 #82

Open
TheSummxr opened this issue Jul 21, 2021 · 2 comments
Open

Having trouble building with VS2019 #82

TheSummxr opened this issue Jul 21, 2021 · 2 comments

Comments

@TheSummxr
Copy link

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.

@Adler-D3R
Copy link

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

@zopsi
Copy link

zopsi commented Jul 26, 2021

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.

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

No branches or pull requests

3 participants