No announcements
-
5 Votes
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 ...Sticky | 0 Replies | 53673 Views | Created by Jonathan Caves - MSFT - Tuesday, September 06, 2005 4:46 PM -
0 Votes
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 ...
-
1 Votes
C++ conditional compilation
Terribly sorry. Can any one help with this strange situation: I use conditional compilation to avoid compiling some portions of source when it ...Unanswered | 20 Replies | 141 Views | Created by VictorDrb - Tuesday, September 30, 2014 6:44 PM | Last reply by Vegan Fanatic - 1 hour 16 minutes ago -
6 Votes
Memory management in native c++ code(unmanaged)
Hi, I am using Visual studio 2010 for my c++ application. I was initially a C# developer and hence would love to get similar and at least some ease in memory management. ...Answered | 15 Replies | 788 Views | Created by dharan06 - Tuesday, December 31, 2013 4:28 AM | Last reply by Palle Technologies - 2 hours 46 minutes ago -
0 Votes
'winsdkver.h': No such file or directory
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(344,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry. TargetFrameworkVersion or ...Answered | 5 Replies | 1765 Views | Created by mamamamamamama - Sunday, December 08, 2013 9:35 AM | Last reply by Pavel A - 3 hours 12 minutes ago -
0 Votes
IXMLDOMNodeList::selectNodes()
selectNodes("//xsl:template"); In above code, should pXMLDomNodeList be checked to NULL prior to de-referencing? Thanks! IM2023Unanswered | 6 Replies | 54 Views | Created by IronMan2023 - 15 hours 6 minutes ago | Last reply by Igor Tandetnik - 7 hours 25 minutes ago -
0 Votes
Is there VC++ library to handle ASN.1 BER ( Basic Encoding Rule)
Hello All, I am writing a VC++ application to reading EMV Smart Card. and smart card contain all data in ASN.1 BER format { TAG LENGTH VALUE }. is there any ... -
0 Votes
CryptDecrypt function failing on Windows Server 2012
Hi, I have a sample program which does encryption / decryption. This program works on Win7 and Win8.1 but fails on Windows Server 2012. Please ...Unanswered | 8 Replies | 291 Views | Created by RajSN - Friday, September 26, 2014 5:27 AM | Last reply by Vegan Fanatic - 10 hours 37 minutes ago -
0 Votes
hot key is propgating to another control if the control is disabled.
Hi , I have a MFC dialog. I have two controls. Control 1 is disabled and Control2 is enabled. If i press the hotkey for ...Unanswered | 3 Replies | 62 Views | Created by pp_30 - Tuesday, September 30, 2014 10:42 AM | Last reply by Shu Hu - 11 hours 44 minutes ago -
0 Votes
SetWindowHookEx doesn't work on a MFC application
=0x2f ) &&(wParam -
0 Votes
I don't know how to correct my these 5 error in the program.
I have some error in this program, can you help me to correct it. q) 9. Log Create a class Plank to store the variables for the length ...Unanswered | 1 Replies | 57 Views | Created by Noorucn - 14 hours 5 minutes ago | Last reply by WayneAKing - 13 hours 37 minutes ago -
1 Votes
library build with vc9.0 gives linking error after migrating my project from VS2008 into VS2012
I get following linking error after migrating my project from VS2008 project into VS2012: error LNK2001: unresolved external symbol ...Unanswered | 1 Replies | 43 Views | Created by Nilesh Srivastava - 15 hours 51 minutes ago | Last reply by davewilk - 14 hours 12 minutes ago -
2 Votes
Change LVS_ALIGNLEFT by LVS_ALIGNTOP
How can I change LVS_ALIGNLEFT by LVS_ALIGNTOP (of an CListCtrl) at runtime ? The list has LVS_ICON style already ... Regards, Flaviu.Answered | 3 Replies | 63 Views | Created by mesajflaviu - Tuesday, September 30, 2014 10:58 AM | Last reply by mesajflaviu - 14 hours 30 minutes ago -
0 Votes
CMFCOutlookBarTabCtrl::AddControl results in an error in debug mode
getOutlookBar(); if (pOutlookBar==NULL) return false; _Tree._host = this->_host; // create a tree ...Unanswered | 5 Replies | 165 Views | Created by Zhenwen He - Sunday, September 28, 2014 2:50 PM | Last reply by Shu Hu - 15 hours 31 minutes ago -
3 Votes
No Scroll Bar In Rich Text Control
Hello Folks: Developing on Win 8.1 with VS 2010, WIN32, no MFC. I've been able to display with different fonts, sizes, colors, ...Answered | 5 Replies | 96 Views | Created by a_unique_name - Monday, September 29, 2014 10:15 PM | Last reply by a_unique_name - 19 hours 54 minutes ago -
0 Votes
How to turn off truetype fonts on a dialog
If I wanted to turn off true type fonts on a per dialog basis, how would I do that? R.D. HollandAnswered | 2 Replies | 55 Views | Created by RD Holland - Tuesday, September 30, 2014 1:51 PM | Last reply by Shu Hu - 20 hours 55 minutes ago -
0 Votes
WNDCLASSEX
What is the benefit of using: WNDCLASSEX.cbClsExtra; To add more bytes to the window-class structure? How would it benefit my ...Unanswered | 8 Replies | 86 Views | Created by ArbolOne - Monday, September 29, 2014 7:19 PM | Last reply by Brian Muth - 22 hours 52 minutes ago -
1 Votes
Auto-generate comment for a function/file or class
In Visual C++ IDE, is it possible for it to auto-generate a comment for a function/file or a class based on a given template? ThanksProposed | 5 Replies | 110 Views | Created by chcw - Wednesday, September 24, 2014 5:19 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, September 30, 2014 8:36 PM -
0 Votes
Programming Winows 5th
In trying to adapt the code from the book to work with Visual Studio Express 2013, I have modify the WinProc to look like this LRESULT CALLBACK WndProc(HWND hWnd, UINT message, ...Unanswered | 2 Replies | 68 Views | Created by ArbolOne - Tuesday, September 30, 2014 4:18 PM | Last reply by Barry-Schwarz - Tuesday, September 30, 2014 5:21 PM -
0 Votes
CTreeCtrl::CreateEx forbids WS_POPUP style ?
Hi, I'm processing a porting of a Visual C++ 6.0 project under Visual C++ 2005. When compiling in Debug mode, I've seen that a virtual CreateEx method has ...Answered | 4 Replies | 4769 Views | Created by PVO ESI - Thursday, October 18, 2007 8:40 AM | Last reply by Keyurnpatel - Tuesday, September 30, 2014 3:51 PM -
1 Votes
how to fill transparent ellipse using API (not mfc)
hey this is my code: void cb_DrawRoundRect (HDC hDC, int x1, int y1, int x2, int y2, COLORREF Clr, DWORD ...Unanswered | 14 Replies | 279 Views | Created by zapzipzap - Thursday, September 18, 2014 11:37 AM | Last reply by SimonRev - Tuesday, September 30, 2014 3:13 PM -
0 Votes
ATL control message mapping
I have a typical Ocx derived from COleControl. Now I want to have a COM control ocx. So I created an ATL project.. 1. IDE - ...Unanswered | 6 Replies | 143 Views | Created by aks4 - Friday, September 26, 2014 1:54 PM | Last reply by Igor Tandetnik - Tuesday, September 30, 2014 2:11 PM - Items 1 to 20 of 48037 Next ›
No announcements