-
Notifications
You must be signed in to change notification settings - Fork 49
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
VS2022 support #1260
Comments
Have you tried https://github.com/microsoft/cpp_client_telemetry/blob/main/build-all-v143.bat
|
Nice. I can use that. That script is not documented anywhere, and the Windows documentation specifically does not make note of VS2022. |
It's documented in |
@pablo-msft can this be closed ? |
@latitb I think this can be retitled, since VS2022 can be used, but should not be closed. I acknowledge that build issues are out of support scope, due to consumers of the library using any combination of flags. However, there is a clear need for documentation of said flags or capabilities, so that new consumers can make informed decisions and use the capabilities of the 1DS library. Visual Studio is the tool that 1DS suggests using to compile its code package for Windows, and it is unclear how to configure it in the first place. |
Add support for building in VS2022.
1ds only detects vs2017 or vs2019. So when installing packages, if vs2019 is installed the various packages must be installed in 2019 and not 2022.
The text was updated successfully, but these errors were encountered: