Core Coding Experience in Visual C++ in the Visual Studio 2010 and .NET Framework 4.0 CTP announcement
-
Link
Hi,
I'm Vikas Bhatia, a Visual C++ Program Manager. I'll be one of the moderators on this forum.We want to hear from you! We want your feedback on the features that have been provided in this Visual Studio 2010 CTP release. Please use the walkthroughs as a hand-held guide to use this release. You can use the Connect website to report bugs.
This forum has the following walkthroughs:
- What’s New in Visual C++ (CTP)- Walkthrough: Using MSBuild to Create a Visual C++ Project
- How to: Add a Build Event to an MSBuild Project
- How to: Add a Custom Build Step to an MSBuild Project
- How to: Add Custom Build Tools to an MSBuild Project
- How to: Create a Project-to-Project Reference
- Walkthrough: How to Create a Custom Platform
- Walkthrough: How to Create Custom Property Pages
- Walkthrough: How to Use the C++ MSBuild Project System
- How to: Upgrade from Earlier Versions to Visual C++ 10- Walkthrough: Adding a Task Dialog to an Application
- How to: Add Support for the Restart Manager- Walkthrough: Deploying a Visual C++ Application
Thank you,
Vikas Bhatia
Microsoft Corporation
http://blogs.msdn.com/vcblog/
-
0 Votesvcpkgsrv.exe consumes too much memory and CPU
Hi I am using VSTS 2010 Beta 2. And there is always background process vcpkgsrv.exe in memory. Sometimes there are up to 5 instances. Often it consumes as ...Unanswered | 1 Replies | 41202 Views | Created by mpoleg - Thursday, February 11, 2010 7:05 AM | Last reply by Figo Fei - Monday, February 15, 2010 4:10 AM -
0 VotesFORUM LOCKED: Please use the Visual Studio 2010 & .NET Framework 4 Beta 1 Forums
Thank you for visiting Visual Studio 2010 .Net 4 CTP forums. Since the Beta1 is now available we are closing down the CTP forums and encourage you to visit the new Visual Studio 2010 ... -
0 VotesCannot Build Simple C++ Console Project jn VS2010
Tried a simple "Hello World" program in VS2010. Source ... -
1 VotesD8036 error with converted solution (2008->2010)
2010). More details follow. (This paragraph is here just in case it might be the cause of the problem, feel free to skip it on first read.) I converted my 2008 solution with 8 ...Answered | 10 Replies | 24115 Views | Created by Boris Dušek - Saturday, November 22, 2008 2:09 PM | Last reply by Boris Dušek - Saturday, May 16, 2009 8:34 AM -
0 Votesauto for class members
Here is a piece of code: class foo { auto data; const auto MAX; auto ...Unanswered | 1 Replies | 13572 Views | Created by Marius Bancila - Sunday, February 22, 2009 10:00 AM | Last reply by Jonathan Caves - MSFT - Monday, May 11, 2009 3:55 AM -
0 VotesMixed code?
Is mixed code any difference in C++.net 2010 from 2005/2008? Or is Mixed code going to be exactly the same? Right now (VS2005) it is a huge pain to code Mixed code. -
1 VotesIs VS10 as good as VS6 yet?
As a long time user of VS6 I have been utterly astounded at how the VS designers have left all the great things of VS6 out and have steadfastly ignored VS6 programmers' requests to get proper ...Unanswered | 2 Replies | 16461 Views | Created by BobH2 - Saturday, February 14, 2009 2:19 AM | Last reply by ZekeComa - Monday, April 6, 2009 9:21 PM -
0 Voteswhat is vcpkgsrv.exe?
There is this process, vcpkgsrv.exe (Microsoft Visual C++ Package Server) that is consuming 70-90% of my VPC. In the same time, I see the status bar showing "Updating Browse Information (0 of ... -
0 VotesHow to find Which file is in use ?
Hi, I am moving or renaming a directory in Windows and if any file from that directory is in use, then it will not move or rename that directory.For this I am using MoveFileW function in ... -
0 VotesHow to create a c++ project in visual studio 2010
Hi, I got and installed visual studio 2010 following the instructions ...Unanswered | 1 Replies | 19712 Views | Created by Horacius ReX - Wednesday, January 21, 2009 9:38 AM | Last reply by Marius Bancila - Tuesday, February 24, 2009 7:18 AM -
0 VotesSuggestion for the Intellisense team (very easy, very helpful)
Hi all, I'm posting this in the VC++ forum because that's what I usually code, but I see no reason this isn't applicable to any other language. My suggestion ... -
0 VotesWhat are the notifications being sento USB driver when system goes into standby mode or comes out of standby mode
Hi All, I have a small C++(VC++ MFC) code which deals with USB device. The drivers are ...Unanswered | 1 Replies | 15332 Views | Created by MANMFC - Wednesday, February 11, 2009 1:38 PM | Last reply by Sheng Jiang 蒋晟 - Thursday, February 12, 2009 3:36 PM -
0 VotesCannot build Chromium with VS2010 CTP
(Note: this is a repost since my first one was in the wrong forum) I gave a quick try at VS2010 with Chromium.Download infos at http://dev.chromium.org/, sources ...Unanswered | 0 Replies | 16340 Views | Created by Marc-Antoine - Wednesday, February 4, 2009 7:27 PM -
0 VotesRequest - Improved Recent Project Management.
I have not had a chance to install the early look at Vis Studio 2010.. however something that has been a wish for many of the Visual Studio releases - ... -
0 VotesTarget platforms
Will VC++ 2010 compiled executable run on Windows 2000?Unanswered | 1 Replies | 15121 Views | Created by Alex Ivanoff - Friday, January 23, 2009 11:48 PM | Last reply by Sheng Jiang 蒋晟 - Saturday, January 24, 2009 3:04 AM -
0 VotesGeneral Feedback
The core things I have asked for everytime I have visited with ANY VC++ representative I could talk to at numerous conferences I have been to. 1) Refactoring - This is such an ...Discussion | 0 Replies | 13739 Views | Created by George P Boutwell - Thursday, January 22, 2009 11:17 PM -
0 VotesCreating a WinForms Application
New Project, to Visual C++, to CLR, then to Windows Forms Application. The project that is created won't design. The designer immediately errors out saying it can't reference ...Discussion | 2 Replies | 14806 Views | Created by George P Boutwell - Thursday, January 22, 2009 3:21 PM | Last reply by George P Boutwell - Thursday, January 22, 2009 7:20 PM -
0 VotesVCPROJ upgrader - include path and output/temp directory creation issues
I hit two issues when first using the VCPROJ upgrader: 1. Include paths with quotes around them are "upgraded" into VCPROJX files which don't actually ...Discussion | 1 Replies | 21915 Views | Created by Bob Summerwill - Tuesday, January 13, 2009 1:16 AM | Last reply by Marian Luparu - Thursday, January 22, 2009 9:08 AM -
0 VotesEncoding of source files
Hello, I have just tried the CTP, and noticed the following issue. I opened a new projet, and tried this code which used to work just fine ...Discussion | 1 Replies | 14928 Views | Created by Loïc Joly - Friday, January 16, 2009 12:01 PM | Last reply by Boris J - Friday, January 16, 2009 10:15 PM -
1 VotesMFC improvements in VC 2010 ??
Hi evrybody. Sorry but I didn't find which category to put my question in. I wonder what are the new things for MFC in VC 2010 ? Browsing all discussions I just but find about .Net ...Discussion | 3 Replies | 21075 Views | Created by Ahmed Charfeddine - Monday, November 17, 2008 9:13 AM | Last reply by EddyDelpierre - Monday, January 12, 2009 1:58 PM - Items 1 to 20 of 40 Next ›
Core Coding Experience in Visual C++ in the Visual Studio 2010 and .NET Framework 4.0 CTP announcement
-
Link
Hi,
I'm Vikas Bhatia, a Visual C++ Program Manager. I'll be one of the moderators on this forum.We want to hear from you! We want your feedback on the features that have been provided in this Visual Studio 2010 CTP release. Please use the walkthroughs as a hand-held guide to use this release. You can use the Connect website to report bugs.
This forum has the following walkthroughs:
- What’s New in Visual C++ (CTP)- Walkthrough: Using MSBuild to Create a Visual C++ Project
- How to: Add a Build Event to an MSBuild Project
- How to: Add a Custom Build Step to an MSBuild Project
- How to: Add Custom Build Tools to an MSBuild Project
- How to: Create a Project-to-Project Reference
- Walkthrough: How to Create a Custom Platform
- Walkthrough: How to Create Custom Property Pages
- Walkthrough: How to Use the C++ MSBuild Project System
- How to: Upgrade from Earlier Versions to Visual C++ 10- Walkthrough: Adding a Task Dialog to an Application
- How to: Add Support for the Restart Manager- Walkthrough: Deploying a Visual C++ Application
Thank you,
Vikas Bhatia
Microsoft Corporation
http://blogs.msdn.com/vcblog/
