Showing category results for Announcement

May 27, 2021
Post comments count1
Post likes count0

Preview of using CMake Presets for Azure Sphere development

Marc Goodner

We are happy to announce that CMake Presets preview support is available in the Visual Studio 16.10 release as well as CMake Tools version 1.7 for Visual Studio Code. Erika introduced CMake Presets and why you should use them, this post will focus on how they can be used for Azure Sphere development across Visual Studio, VS Code, and GitHub Acti...

AnnouncementCMakeContainers
Apr 20, 2021
Post comments count15
Post likes count0

CMake Presets integration in Visual Studio and Visual Studio Code

Erika Sweet

CMakePresets.json was released in CMake 3.19 and 3.20 and allows users to specify common configure, build, and test options and share them with others. We have added support for CMakePresets.json in Visual Studio and the CMake Tools extension for Visual Studio Code. You can now invoke CMake with the same CMakePresets.json file in Visual Studio, in ...

C++AnnouncementCMake
Apr 6, 2021
Post comments count5
Post likes count0

Sign Up for the Pure Virtual C++ 2021 Conference

Sy Brand

Last year we ran the first Pure Virtual C++, a free one-day virtual conference for the whole C++ community. This May we're doing it again! Sign-up for free on the website to be the first to hear about our program schedule, access our extra on-demand C++ demos, and get more virtual surprises. The live event will run May 3rd 14:30-17:30 UTC on...

C++Announcement
Mar 8, 2021
Post comments count0
Post likes count0

Microsoft C++ Team at ACCU 2021

Erika Sweet

Sy Brand and Erika Sweet from the Microsoft C++ Team will be presenting at ACCU 2021 this week. Come say hi in the virtual conference space and let us know if you have any questions about our talks, products, or anything else. We also recommend dropping by the #include <C++> table in the expo hall to learn more about their community.   Dynam...

C++Announcement
Feb 17, 2021
Post comments count3
Post likes count2

Now announcing: Makefile support in Visual Studio Code!

Julia Reid

We are excited to announce a brand-new extension for building and debugging Makefile projects in Visual Studio Code: Makefile Tools (preview)! The extension is in pilot stages, but we’ve curated a list of over 70 popular opensource Makefile projects that work with Makefile Tools. Give it a try and let us know what you think! Installing the ext...

C++AnnouncementVisual Studio Code
Feb 9, 2021
Post comments count1
Post likes count0

Visual Studio Code C++ Extension: Cross-Compilation IntelliSense Configurations

Julia Reid

The February 2021 update of the Visual Studio Code C++ extension is now available! This latest release provides support for cross-compilation IntelliSense configurations and over 60 bug fixes! To find out more about all the enhancements, check out our release notes on GitHub. Cross-compilation IntelliSense configurations With this latest release,...

C++AnnouncementVisual Studio Code
Jan 27, 2021
Post comments count3
Post likes count0

Seamlessly Accelerate CMake Projects in Visual Studio with Incredibuild

Nick Uhlenhuth

Visual Studio 2017 shipped with first-class CMake support. Since then, we’ve continued to improve our CMake support by adding new features based on your feedback. We previously blogged about the built-in Incredibuild support for accelerating and visualizing your vcxproj projects, and many of you asked to get this same level of support for your CMak...

AnnouncementC++
Jan 21, 2021
Post comments count0
Post likes count0

Windows ARM64 support for CMake projects in Visual Studio

Erika Sweet

In Visual Studio 2019 version 16.9 Preview 3 we added support for deploying CMake projects to a remote Windows machine and debugging them with the Visual Studio remote tools. CMake developers targeting ARM64 Windows can now cross-compile (with cl or clang-cl), deploy, and debug their projects directly from Visual Studio. You can download and instal...

AnnouncementC++CMake
Oct 23, 2020
Post comments count14
Post likes count0

Typelib and ActiveX now supported in MFC Wizards 

Anju Del Moral Gonzalez

We are happy to announce that the Typelib and ActiveX Wizards are now available in Visual Studio 2019.   We’ve been working on rewriting all the wizards in Visual Studio to make them more accessible. These two wizards were not initially part of our rewriting plans and they were marked as deprecated in Visual Studio 2017 and missing in Visual Stu...

C++Announcement
Oct 6, 2020
Post comments count1
Post likes count0

Build and debug Qt projects on Linux with Qt Visual Studio Tools

Erika Sweet

Qt is a popular cross-platform framework for application development and user interface design. Its various libraries and toolsets can be used to create, test, and deploy applications that target multiple platforms and operating systems including Linux, Windows, macOS and embedded/microcontroller systems. Qt recently released a new version of the Q...

LinuxC++Announcement