No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky5Votes
Tips on Posting Good Questions
Shawn Farkas of the CLR team recently posted a great message on the .NET Development forum about asking good questions. A lot of what he says is also applicable ... -
Sticky0Votes
The scope of this forum
Hi, For general C++ questions or general development questions (unrelated to Microsoft implementation issues or features), please use your favorite general C++ or development forums ...
-
Answered1Votes
Different levels of Windows support in defining _WIN32_WINNT in VS2012
If I define _WIN32_WINNT to different levels in the various modules (DLLs and EXE) of an application will this cause run-time problems ? As an example if I have in module AAA the ...11 Replies | 170 Views | Created by eldiener - Monday, September 16, 2013 3:15 PM | Last reply by Igor Tandetnik - 31 minutes ago -
Answered1Votes
Is overriding a pure virtual with a pure virtual pointless?
Consider redeclaring a pure virtual member function in a derived class: struct A { virtual int Test() = 0; }; struct B : ...3 Replies | 46 Views | Created by Wyck - 4 hours 32 minutes ago | Last reply by Wyck - 1 hour 10 minutes ago -
Unanswered1Votes
register.exe is depricated so how do you create a "system global resource"?
Using Visual Studio 2010 on Windows Server 2003 I could call:- register my.dll /system to set the dll as a "system global resource" ...10 Replies | 523 Views | Created by Enforcer.fog - Monday, January 28, 2013 4:04 PM | Last reply by Two529 - 1 hour 12 minutes ago -
Unanswered0Votes
statusbar not being showed??
Hi All, my statusbar is not being showed after calling those two functions CreateStatusBar();ShowStatusBar(); this the code: BOOL ...1 Replies | 55 Views | Created by Yuri.B - 7 hours 9 minutes ago | Last reply by Igor Tandetnik - 1 hour 13 minutes ago -
Proposed0Votes
VS C++ 2013 RC - Error: DataVisualization
This is on a fresh install of VS 2013 RC, and I chose .NET 4.5.1 and x64 platform. The following line generates an ...5 Replies | 155 Views | Created by Wave Rider - Sunday, September 15, 2013 6:34 PM | Last reply by Wave Rider - 1 hour 22 minutes ago -
Unanswered0Votes
TAPI TSP - TSPI_lineOpen crashes
Hello, Can anyone please help me! I am trying to write a Telephony Service Provider (TSP), I can add the TSP through control panel, and dialer.exe recognizes my line and calls most ... -
Unanswered0Votes
how to build mfc application dll in visual c++ 2010
hello everyone in my visual c++ 2010 project i used mfc class and when i compile my project than it will throws error LNK2005: DllMain already defined in ... -
Unanswered0Votes
Build errors in Microsoft.Cpp.Win32.Targets
I got an error when building a project in Win 7 64-bit version and I haven't had any problems in Win 7 32-bit before. I'm trying to build the application for the Win32 platform. I have Visual Studio ...3 Replies | 53 Views | Created by bieren83 - Tuesday, September 17, 2013 6:16 PM | Last reply by bieren83 - 3 hours 17 minutes ago -
Unanswered0Votes
C# equivalent in C++/Winapi??
I have a C# code whose WndProc is a subclassing window procedure that will be called-back into the application main wndproc. this is the code: //here the lParam ...5 Replies | 155 Views | Created by Yuri.B - Tuesday, September 17, 2013 12:59 PM | Last reply by Igor Tandetnik - 4 hours 50 minutes ago -
Answered0Votes
Visual Studio 2008 Pro. missing sproxy.exe
------ Build started: Project: ServerInterface, Configuration: OptimizedRelease Win32 ------ 1>Creating web service proxy file for tigSwings ... 1>Project : ...4 Replies | 9890 Views | Created by Ron Douthit - Friday, February 01, 2008 5:22 PM | Last reply by singhkumarankur786 - 7 hours 3 minutes ago -
Unanswered0Votes
How can a VC++ 6 app know when the Send Inspector closes?
Hi All, I have a VC++ 6 app that stores Office documents. The user can select a document and select Launch which would launch the appropriate Office app (Word, Outlook, ...4 Replies | 126 Views | Created by Don Rosengrant - Monday, September 16, 2013 3:35 PM | Last reply by Sunny-1994 - MSFT - 7 hours 16 minutes ago -
Unanswered0Votes
error code LNK1119
Hi, does somebody know whats wrong? This is the feedback I'm getting: error LNK2019: unresolved external symbol "void __cdecl ...2 Replies | 48 Views | Created by AndersTB86 - 9 hours 13 minutes ago | Last reply by AndersTB86 - 7 hours 18 minutes ago -
Unanswered0Votes
Knowing when CPreviewView is closing
I had developed la class, derived from CPreviewView, and I want to put some code if the user has closed the view from close system button, or he has hit ESC key ... which handler could be hadled in ... -
Unanswered1Votes
Can't override __cplusplus macro for IntelliSense in Makefile projects
Hi, I have a Win32 Makefile project in VS2012 that underneath runs a gcc compiler (this specific project in my solution is for embedded architecture, but I keep ...2 Replies | 104 Views | Created by Vasili Galka - Tuesday, September 17, 2013 7:13 AM | Last reply by Mike Danes - 8 hours 2 minutes ago -
Unanswered0Votes
D3D: How can i get color from x,y coordinate?
How can i get color type from x,y coordinate by a D3D full-screen program? i would like to determine if a x,y point is red 255 thanks in ...1 Replies | 106 Views | Created by 6387534 - Tuesday, September 17, 2013 9:12 AM | Last reply by May Wang - MSFT - 8 hours 22 minutes ago -
Unanswered0Votes
Resizing CMFCReBar
Create(IDD_DIALOG_PROGRESS, this); // try to increase rebar height this way RECT ...6 Replies | 172 Views | Created by FrankNatoli - Friday, September 13, 2013 3:45 PM | Last reply by May Wang - MSFT - 9 hours 6 minutes ago -
Unanswered0Votes
How to Change the style of a containedwindow combo box from 3D to flat and change the color of it and also the drowdown.
Create( m_hWnd, rc0, str, WS_VISIBLE|WS_CHILD|WS_TABSTOP|CBS_DROPDOWNLIST|WS_VSCROLL, NULL, IDC_CBOWARNOPTIONS ...2 Replies | 100 Views | Created by kamit1 - Tuesday, September 17, 2013 2:06 PM | Last reply by kamit1 - 9 hours 28 minutes ago -
Answered1Votes
error C2079: 'm_Info' uses undefined class 'CInfo'
1000 #pragma once #endif // _MSC_VER > 1000 // ImageView.h : header file // #include "MyDoc.h" #include "Info.h" class CInfo; class CImageView : ...5 Replies | 81 Views | Created by mesajflaviu - Tuesday, September 17, 2013 12:47 PM | Last reply by mesajflaviu - 11 hours 7 minutes ago -
Unanswered0Votes
How to convert GDI+ BItmap to char*?
As the title says, I'm trying to find a method of converting a GDI+ Bitmap to char*, And I am using C++.2 Replies | 85 Views | Created by Percy_Wong - 15 hours 22 minutes ago | Last reply by thatsalok - 11 hours 49 minutes ago -
Proposed0Votes
Need to convert a C# .net 4 project to C++ native
I'm probly not going to get anywhere with this thread but lets give it a shot... My project is around 2000 lines of highly compact code and I have optimized it as much as possible ...17 Replies | 316 Views | Created by CommanderLake - Saturday, September 14, 2013 12:10 AM | Last reply by thatsalok - 12 hours 5 minutes ago - Items 1 to 20 of 44933 Next ›