C++ Standards, Extensions, and Interop announcement
-
Link
There are a couple new (and exciting!) extensions available in the Visual Studio gallery:
- PGO Plug-In. This tool improves the user experience for PGO in Visual Studio 2013 by providing a guided experience through the various phases of the PGO process. It also introduces the ability to perform PGO for Windows Store applications targeting x86 and x64 applications and more!
- PdbProject Extension.This extension will allow Visual Studio 2012 to open and convert pdb into a vcxproj. The converted project will load as a normal VC project and provide IDE features such as tag browsing, intelli-sense and object browsing.
While there, check out the many other extensions available for Visual Studio and be sure to leave your feedback!
Thanks!
-Eric (ebattali@microsoft.com)
-
0 Votes
No-cost 1:1 assistance migrating apps to Windows 10
Desktop App Assure service provides direct, no-cost support to application developers who are porting their applications to Windows 10. This program is available to all ISVs, and eligible ... -
0 Votes
High quality, low static: An answering "HOW-TO"
So you've decided to contribute in the C++ forums. First of all: Thanks! High quality input is always welcome, and nothing is better than fresh blood (with fresh ideas and solutions). Now that you've ... -
0 Votes
Visual C++ Language forum: The scope, tips and pointers
Welcome to the Visual C++ Language forum! The scope of this forum is the C++ language, compiler and linker, and also covers all ... -
5 Votes
Welcome to the Visual C++ Language Forum
Greetings, This forum was created to address questions about writing code in C++. Visual C++ supports several programming language standards including the following: C - ISO C90 with ...
-
0 Votes
meaning of a=a++
I hold the idea that the current result of this code is 0,but in vc6 and vc2003,it's result is 10! could you tell me why? btw,the result if this code is 0 with java ...Answered | 13 Replies | 8777 Views | Created by wangx0 - Saturday, May 13, 2006 11:07 AM | Last reply by Guido Franzke - 47 minutes ago -
0 Votes
unresolved externam symbol error VS2019
Hi, I have retargeted my visual studio 2010 project to VS2019 and platform toolset that is used to v142. My Project uses some dynamic library reference. ...Answered | 3 Replies | 257 Views | Created by überalls - Wednesday, December 11, 2019 7:31 AM | Last reply by Darran Rowe - Wednesday, December 11, 2019 8:32 PM -
11 Votes
LPCTSTR
Hello all,I've got another question. I'm using a bit of code written by Nishant Sivakumar (http://www.codeproject.com/tips/CSMTPConnection2.asp) to send an email programmatically. The code ...Answered | 17 Replies | 190519 Views | Created by bubbafett - Tuesday, November 15, 2005 10:05 PM | Last reply by Chao_Chao - Monday, December 9, 2019 6:14 AM -
1 Votes
Protecting unmanaged DLL from unauthorized use
I need to protect my unmanaged (C++) DLLs from unauthorized usage, let me show what I have so far 1- C# application - this is the main application, where the GUI takes place ...Answered | 3 Replies | 1237 Views | Created by FeehMT - Friday, July 25, 2014 2:16 PM | Last reply by ShatruR - Sunday, December 8, 2019 9:00 AM -
0 Votes
HI, i try to read some data from a file but its not work. someone help please..
#include<fstream> #include <iostream> #include<string> using namespace ...Answered | 8 Replies | 553 Views | Created by Mahmoud_Othamn - Tuesday, December 3, 2019 9:51 PM | Last reply by Mahmoud_Othamn - Wednesday, December 4, 2019 4:05 PM -
0 Votes
Link errors when statically linked MFC application and extension library are built with /Zc:wchar_t-
We have to build an MFC application with /Zc:wchar_t- . This application depends on MFC and a custom MFC extension library (and additional old dependencies which ...Unanswered | 8 Replies | 488 Views | Created by BorisM - Monday, December 2, 2019 11:37 PM | Last reply by David Lowndes - Tuesday, December 3, 2019 4:49 PM -
1 Votes
Visual C++ 4.0
Hello, I am working with a Visual C++ 4.0 MFC application and want to accomplish a simple task. It has a basic MS Access database on the backend. We are moving the location of the ...Proposed | 2 Replies | 569 Views | Created by Coder Boxer - Thursday, November 14, 2019 11:57 PM | Last reply by Suarez-Zhou - Friday, November 22, 2019 3:13 AM -
0 Votes
Why doesn't the spaceship operator generate equality operations when I try using a custom operator<=>?
The following code gives rise to compiler errors for the == and != operations. I've tried with both the latest MS & GCC compilers so I presume it's a lack of understanding on my ...Answered | 8 Replies | 602 Views | Created by David Lowndes - Saturday, November 16, 2019 5:58 PM | Last reply by David Lowndes - Wednesday, November 20, 2019 2:48 PM -
1 Votes
Deep Copy in Binary Search Tree [Problem calling recursively]
setItemValue(itemValue); newNode->setLeftChild(NULL); newNode->setRightChild(NULL); return ...Answered | 3 Replies | 6573 Views | Created by Sathish5067 - Friday, March 9, 2012 3:19 AM | Last reply by GruffSoda - Wednesday, November 20, 2019 4:19 AM -
2 Votes
Customize Quick Access Toolbar Button
Is it possible to remove the little arrow button at the end of the Quick Access Toolbar ? The one that pops up the menu that allows you to customize the Quick Access Toobar.. ...Unanswered | 3 Replies | 4238 Views | Created by Invader11 - Tuesday, August 11, 2009 7:45 PM | Last reply by Radu97 - Tuesday, November 19, 2019 9:18 PM -
1 Votes
How to enter data from the serial port to the MySQL database using the C / C ++ programming language.
I am again trying to get temperature data from a microcontroller via the Com3 serial port. The data will be entered in the mysql database using C / C ++ programming. From the ...Answered | 11 Replies | 530 Views | Created by zacknov - Thursday, November 14, 2019 10:46 AM | Last reply by Barry-Schwarz - Saturday, November 16, 2019 10:13 AM -
3 Votes
Where is a windows.h Header function list on the internet?
Hi My question as per the title is: where can I find a list of the functions available in the windows.h file on the internet? For example - ...Answered | 14 Replies | 1217 Views | Created by hashingsmurf - Thursday, November 7, 2019 9:05 AM | Last reply by Sheng Jiang 蒋晟 - Saturday, November 16, 2019 12:08 AM -
0 Votes
MAPI OpenProperty returning MAPI_E_INTERFACE_NOT_SUPPORTED
I am trying to retrieve the recipients of an Outlook message file. According to the docs: Clients can retrieve a message's recipient table by calling ...Answered | 4 Replies | 463 Views | Created by amt528 - Wednesday, November 13, 2019 1:02 AM | Last reply by amt528 - Wednesday, November 13, 2019 2:30 PM -
2 Votes
Under what circumstances does C++ use && or and ?
Being new to C++ and doing a bit of “teach myself” I came across an anomaly which I would like to resolve. My first step was to follow a tutorial which led me to start with the Wizard that ...Answered | 4 Replies | 484 Views | Created by hashingsmurf - Tuesday, November 12, 2019 10:38 AM | Last reply by Guido Franzke - Tuesday, November 12, 2019 1:13 PM -
0 Votes
WinAPP ExitInstance ExitProcess
Hi , Issue: I have a class WinApp with MMC SnapIn registered OCX , application after launch when closed , there is always a background process running unless I kill it from ...Unanswered | 6 Replies | 862 Views | Created by Arathij - Wednesday, October 30, 2019 10:52 AM | Last reply by Suarez-Zhou - Tuesday, November 12, 2019 8:57 AM -
0 Votes
Is CreateFile with dwDesiredAccess = 0 faster than with dwDesiredAccess = GENERIC_READ, GENERIC_WRITE, etc.?
The documentation for CreateFile says that if the dwDesiredAccess argument is 0, then the application can query certain metadata such as file, directory, or device ...Unanswered | 2 Replies | 601 Views | Created by amt528 - Sunday, November 3, 2019 10:43 PM | Last reply by Suarez-Zhou - Monday, November 11, 2019 7:05 AM -
0 Votes
What's the purpose of declaring a small buffer of known size on the heap?
MSDN offers this example for using wcstombs_s: // crt_wcstombs_s.c // This example converts a wide character // string to a multibyte ...Unanswered | 10 Replies | 533 Views | Created by amt528 - Monday, November 4, 2019 3:02 AM | Last reply by Suarez-Zhou - Monday, November 11, 2019 7:04 AM -
0 Votes
Does VS2019 comes with C++(Windows Development)?
Does VS2019 come with the C++ package or are both packages Visual C++?Unanswered | 3 Replies | 504 Views | Created by Tejdxa - Monday, November 4, 2019 9:25 AM | Last reply by Suarez-Zhou - Monday, November 11, 2019 7:03 AM -
0 Votes
Passing a character array to a C++ subprogram from Cobol
How can I pass a large character array from a Cobol program (Fujitsu) to a C++ subprogram (Visual Studio 2019) and allow the C++ subprogram to change the data and return it to the calling Cobol ...Unanswered | 8 Replies | 704 Views | Created by GsBear - Friday, November 1, 2019 11:41 PM | Last reply by RLWA32 - Saturday, November 9, 2019 9:44 AM -
2 Votes
How to Copy a File to Appdata Folder
How to Copy a File to Appdata Folder? I can enter the Appdata-Folder with SHGetFolderPath and CSIDL_APPDATA. But how do I copy a File e.g. C:\Test.txt to ...Answered | 13 Replies | 7129 Views | Created by nick_C-- - Wednesday, February 23, 2011 1:53 PM | Last reply by KevinJA - Wednesday, November 6, 2019 4:17 PM - Items 1 to 20 of 20904 Next ›
C++ Standards, Extensions, and Interop announcement
-
Link
There are a couple new (and exciting!) extensions available in the Visual Studio gallery:
- PGO Plug-In. This tool improves the user experience for PGO in Visual Studio 2013 by providing a guided experience through the various phases of the PGO process. It also introduces the ability to perform PGO for Windows Store applications targeting x86 and x64 applications and more!
- PdbProject Extension.This extension will allow Visual Studio 2012 to open and convert pdb into a vcxproj. The converted project will load as a normal VC project and provide IDE features such as tag browsing, intelli-sense and object browsing.
While there, check out the many other extensions available for Visual Studio and be sure to leave your feedback!
Thanks!
-Eric (ebattali@microsoft.com)