-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Move the solution to VS2019 and v142 toolset #565
Comments
|
Might be, but it's still very misleading. If you have VS 2019, you don't need the v141 tools, because it should install either v141 or v142 by default anyway. My first impression was also that I'd have to install those, too. |
@chunliu consider renaming this issue to "Move to VS2019 and v142 toolset" to be more directed at what is proposed. |
@fcharlie Did you run in Command Prompt for VS or cmd? |
@timheuer if the source solution is moved to VS2019 and v142, people with VS2017 could have problem to build it as v142 toolset might not be installed on VS2017. I think the proper way to address the building issue of VS2019 is to keep the source solution targeting on VS2017 and v141 toolset, but include the proper instructions for VS2019 and v142 toolset in README. The team can retarget the source solution when they don't need to support VS2017 anymore. |
@jongio I tried it with VS2019 command prompt and it is working fine. You need to include the path |
this worked, but how do I deploy? OpenConsole.exe starts old console |
@snooopcatt My notebook is too old, I have not tried how to package and deploy it on the command line. |
@snooopcatt the easiest way is to package or deploy it with Visual Studio. |
@snooopcatt there is a PowerShell script in |
Don't you need to press CTRL+T to start a new tab? |
@YYYGH to run it, you need Windows 10 1903 with Developer mode on. Then you can right click the solution in VS and choose Deploy Solution. |
Thanks very much! |
Thanks! |
@Backer-Sultan The error message is correct. It's not just an SDK thing (the "target" you select). It's also a functionality thing. You'll need Windows 10 version 1903 (i.e. the May 2019 update) for this to be deployable and functional. |
Thank you for the clarification! The May 2019 update is still not available for me for some reason. I will try to manually install it. |
@Backer-Sultan As far as I know it's only on MSDN so far, not yet on Windows Update (think that will follow some time within the next 2 or 3 weeks). |
@thenecroscope after you deploy the solution, you should see Windows Terminal (Preview) in Start menu. You can launch the terminal from there. |
@ksawerykarwacki I switched to building from VS after those warnings and everything builded and started. One misleading thing was lack of tabs which were hidden by default. |
Here on github under issues is the best place for feature requests, bugs, etc. |
Fixes issue related to microsoft#659 and microsoft#489, microsoft#565
I have to add |
Current issues delaying completion of this:
|
More stuff we're stuck on:
|
@12101111 I hit this. Doing Clean Solution and building again made it go away. |
As mentioned in README, (also related to #534)
But actually v141 Toolset is not required in VS2019. The following are the configurations of my VS2019 and I can build the solution successfully.
C++ Desktop development
UWP development
Individual components
To build the solution in VS2019, you need to have:
And retarget the solution to v142 platform and the latest Windows SDK.
The text was updated successfully, but these errors were encountered: