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 ...
Found 20920 threads
-
0 Votes
Passing a function as template argument
It is VC++ project under VS 2019 Community Update 16.6.4, Win 10. I have a set of classes in type list: class L { public: static int GetInt() ...Unanswered | 7 Replies | 4698 Views | Created by Geoyar - Saturday, August 1, 2020 1:14 AM | Last reply by Igor Tandetnik - Tuesday, August 4, 2020 1:32 PM -
0 Votes
[Announcement] "C++ Standards, Extensions, and Interop" Forum will be migrated to a new home on Microsoft Q&A!
This "C++ Standards, Extensions, and Interop" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the ... -
2 Votes
<filesysystem> and VS 2019 16.3.0
VS 2019 Community update 16.3.0, Win'7 Pro SP1 Code: #include "stdafx.h" #include <filesystem> #include ...Answered | 8 Replies | 13679 Views | Created by Geoyar - Wednesday, September 25, 2019 1:13 AM | Last reply by Darran Rowe - Wednesday, July 29, 2020 8:41 AM -
0 Votes
static inline const in template
It is VC++ MFC project in VS 219 Update 16.6.4 under Windows 10; I know how to correct is but do not understand why it refuses to work. The ...Answered | 5 Replies | 2959 Views | Created by Geoyar - Sunday, July 19, 2020 10:35 PM | Last reply by Geoyar - Monday, July 20, 2020 9:27 PM -
1 Votes
Developing Visual C++ DLLs for integration in C-written executables
C Interface Header #include <stdint.h> #pragma pack(push, 1) struct Point { int8_t id; int32_t rank; float ...Unanswered | 12 Replies | 2521 Views | Created by Andrewdt97 - Tuesday, July 14, 2020 3:23 PM | Last reply by Pavel A - Thursday, July 16, 2020 11:46 PM -
1 Votes
LNK2019 ERROR from overloading<< input operator
I'm going to make this short and sweet. I have two modules, MotorVehicle and Truck, Truck is derived from MotorVehicle. Here is ...Answered | 5 Replies | 2305 Views | Created by Noah Pereira - Thursday, July 16, 2020 1:41 AM | Last reply by Noah Pereira - Thursday, July 16, 2020 3:29 AM -
0 Votes
Accessing 32 bit access Database from 64 bit application.
Hi All. I am developing and sample 64 bit application , I need to perform db operation with Microsoft access db which is 32 bit. But I am getting error in ...Unanswered | 2 Replies | 2712 Views | Created by fighterphilip - Tuesday, July 7, 2020 1:28 PM | Last reply by Simple Samples - Wednesday, July 15, 2020 8:47 PM -
2 Votes
How to flush last two lines in the console, in the c++ console application?
Hi, In my c++ console application, I am displaying progress indicator? I am using 2 console lines for progress bar, in the last line I am displaying progress bar ...Unanswered | 3 Replies | 3609 Views | Created by sgrm123 - Tuesday, July 7, 2020 11:15 AM | Last reply by - Wednesday, July 8, 2020 6:18 PM -
3 Votes
Restrict DLL search at Load-Time dynamic linking
Hi, I was wondering if there is a way to restrict DLL search to specific directory(not default) at Load-Time dynamic linking. I know it is possible at Run-Time dynamic linking with ...Answered | 8 Replies | 2340 Views | Created by radzioo - Friday, July 3, 2020 5:15 PM | Last reply by radzioo - Monday, July 6, 2020 4:30 PM -
5 Votes
Screen Capture in Windows Using(C++)
Hi, could anyone tell about the API and tutorial through using i could make the program in c++ which take the screen shot of windows desktop and save the ...Answered | 3 Replies | 38452 Views | Created by Ajit_ists - Tuesday, November 22, 2011 6:13 AM | Last reply by Gökhan Erdoğdu - Tuesday, June 30, 2020 1:22 AM -
0 Votes
Invoke .NET method via COM, with a ref array
vt = VT_UNKNOWN; current->punkVal = item.GetInterfacePtr(); SafeArrayUnaccessData(ret); HRESULT hr = ...Unanswered | 3 Replies | 2499 Views | Created by Zappo1980 - Tuesday, June 23, 2020 5:12 PM | Last reply by RLWA32 - Wednesday, June 24, 2020 11:09 AM -
0 Votes
CVTRES : fatal error CVT1100: duplicate resource. type:DIALOG, name:PRINTSTATUS, language:0x0409
Hi all VC++ programmers, I am the following linking error when iam migrating my code from vs-2003 to vs-2008.i.e. CVTRES : fatal error CVT1100: duplicate resource. type:DIALOG, ...Answered | 3 Replies | 16066 Views | Created by Raju,vetukuri - Wednesday, September 9, 2009 10:12 AM | Last reply by RD Holland - Friday, June 19, 2020 8:49 PM -
1 Votes
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\p2symtab.c', line 2098)
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\p2symtab.c', line 2098) 2> To work around this problem, try simplifying or changing the program near the locations listed above. 2> Please ...Unanswered | 11 Replies | 3206 Views | Created by CoderCan - Wednesday, June 17, 2020 6:21 AM | Last reply by CoderCan - Thursday, June 18, 2020 6:24 AM -
2 Votes
wlanconnect example?
Hi there, I'm writing something in VS C++ to connect to an arbitrary wireless network that has no security. I am having trouble understanding how the wlanconnect(...) function is meant to be ...Answered | 7 Replies | 6919 Views | Created by Enrac - Tuesday, March 7, 2017 7:00 PM | Last reply by Riley-Poole - Tuesday, June 16, 2020 1:14 PM -
0 Votes
finding error --error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug'
i am trying to build a program and it is showing the following error error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value ...Unanswered | 7 Replies | 22940 Views | Created by priyam1990 - Sunday, March 5, 2017 3:02 PM | Last reply by JeffAtLanex - Friday, June 12, 2020 10:44 PM -
0 Votes
Error C2065_'__clr_placement_new_t' after update vs 2019
The project failed to build after updating my vs 2019 to new version is 16.6.1. It worked in version 16.5.4. The error is: Severity Code Description ...Unanswered | 5 Replies | 3360 Views | Created by Guanwei Li - Wednesday, June 3, 2020 10:26 AM | Last reply by tienvominh - Monday, June 8, 2020 4:08 AM -
0 Votes
How to convert PCHAR to std::string in C++
Hello all, I am converting PCHAR to std::string. Can I convert it like this? Is there any conversion issues after I changed from PCHAR ...Answered | 11 Replies | 4035 Views | Created by bhavya internship - Wednesday, June 3, 2020 4:41 PM | Last reply by Barry-Schwarz - Thursday, June 4, 2020 9:38 PM -
0 Votes
Display a map element in the Immediate Window
I posted this an hour or so ago and it suddenly disappeared a few minutes ago so I ask again. I have an unordered map named decoder of type <char,int>. It contains ...Answered | 1 Replies | 2833 Views | Created by Barry-Schwarz - Thursday, June 4, 2020 7:56 AM | Last reply by Guido Franzke - Thursday, June 4, 2020 8:22 AM -
0 Votes
How to avoid the unconditional wait in C++
m_eEvents = MSG_FILE_SETTINGS; hFileMsg->m_FileSetState = false; ...Answered | 4 Replies | 3090 Views | Created by David student - Saturday, May 30, 2020 2:00 PM | Last reply by Igor Tandetnik - Monday, June 1, 2020 11:21 AM -
0 Votes
How to write a platform independent wrapper function in C++
tm_year +1900, timeinfo ->tm_mon +1, ...Answered | 2 Replies | 3080 Views | Created by John paul coder - Sunday, May 31, 2020 9:30 AM | Last reply by Jeanine Zhang - Monday, June 1, 2020 2:43 AM - Items 1 to 20 of 20920 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)