No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky0Votes
Visual Studio 2010 Service Pack 1 and Windows SDK for Windows 7, .NET Framework 4 and X64/IA64 Visual C++ Compilers Issue
Visual Studio 2010 Service Pack 1 and Windows SDK for Windows 7, .NET Framework 4 and X64/IA64 Visual C++ Compilers Issue Microsoft has identified an issue for users of the ... -
Sticky0Votes
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 ... -
Sticky0Votes
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 ... -
Sticky5Votes
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 ...
-
Unanswered0Votes
Internet Printing Protocol (IPP ) Printers and spooler notification
My call of "FindFirstPrinterChangeNotification" fails with IPP printer it always return invalid handle. Does anyone know why? IS Notifications ... -
Unanswered0Votes
hi can anyone help me please
i got this error Error 4 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\stephen\documents\visual studio ...2 Replies | 78 Views | Created by aimn - Saturday, July 20, 2013 1:19 PM | Last reply May Wang - MSFT - 7 hours 59 minutes ago -
Unanswered0Votes
safearray to send data with variants from vb.net to c++?
I have a safe array declared like this in c++: HRESULT QueueInputReport( [in]SAFEARRAY(VARIANT) psaInputReport, [in]UINT timeoutDuration ); in the c++ ...3 Replies | 112 Views | Created by The Thinker - Saturday, July 20, 2013 12:38 AM | Last reply The Thinker - 12 hours 56 minutes ago -
Unanswered0Votes
error C2039: 'Update' : is not a member of 'MissileBase'_
getIfKeyDown(DIK_RIGHT)) { m_fx+=0.1; if(m_fx >= 6.5) { m_fx = ...1 Replies | 43 Views | Created by StealthMatrixx - 20 hours 9 minutes ago | Last reply davewilk - 17 hours 53 minutes ago -
Unanswered0Votes
What does (need to clear the background) mean?
code == NM_CUSTOMDRAW) { LPNMLVCUSTOMDRAW lpCD = (LPNMLVCUSTOMDRAW)lpNMHdr; if (lpCD->nmcd.dwDrawStage == CDDS_PREPAINT) { return CDRF_NOTIFYITEMDRAW; ...2 Replies | 102 Views | Created by jone lee2 - Friday, July 19, 2013 6:23 PM | Last reply Jan Ringoš - Monday, July 22, 2013 8:46 AM -
Unanswered0Votes
SQLite3 or MS-SQL
I'm currently using SQLite3 as the database in my C++ application. I would like to switch to MS SQL, where can I find information about its C/C++ API? I have ...2 Replies | 77 Views | Created by ArbolOne - Sunday, July 21, 2013 9:32 PM | Last reply Viorel_ - Monday, July 22, 2013 5:52 AM -
Answered0Votes
exception handling
/*Hi everybody. Please have a look at the simple program below. It is about an exception. "If the catch statement specifies an ellipsis (...), the ...15 Replies | 182 Views | Created by chong kyong kim - Friday, July 19, 2013 9:18 PM | Last reply chong kyong kim - Sunday, July 21, 2013 11:10 AM -
Unanswered0Votes
MDI Client Window size control
Hello, I need to change the size of the MDI window dynamically based on user input (add/remove controls in the form). Unfortunately, no min/max info, scroll ...5 Replies | 166 Views | Created by VictorZaslavsky - Thursday, July 11, 2013 5:41 PM | Last reply David Lowndes - Sunday, July 21, 2013 8:29 AM -
Discussion0Votes
how to get a safe array pointer and/or safearray variant working from vb.net?
I have a safe array pointer like this in c++ in a function: function(mysafearray *safearray). My question is how do I call it from vb.net passing the array as a pointer? (I would say it involves ...1 Replies | 111 Views | Created by The Thinker - Wednesday, July 17, 2013 9:48 PM | Last reply Elegentin Xie - Friday, July 19, 2013 9:01 AM -
Proposed0Votes
error LNK2019: unresolved external symbol with scalar deleting destructor'(unsigned int)
HI, I am converting a vc6 project to vs2010 I have built a .lib file and using it in a .exe project as an input. when i try to build the .exe project i get below ...6 Replies | 4011 Views | Created by arvindV - Thursday, February 24, 2011 9:42 AM | Last reply Headhunter45 - Friday, July 19, 2013 6:02 AM -
Answered1Votes
Browse dialog using BROWSEINFO ulFlags BIF_RETURNONLYFSDIRS won't work when BIF_NEWDIALOGSTYLE flag is used
I'm trying the use SHBrowseForFolder function, but when I use the BIF_NEWDIALOGSTYLE flag it seems to negate the BIF_RETURNONLYFSDIRS flag. browseInfo.ulFlags = BIF_RETURNONLYFSDIRS ...9 Replies | 4398 Views | Created by DoubleDownHokie - Friday, July 23, 2010 3:44 PM | Last reply Nathan Moinvaziri - Thursday, July 18, 2013 5:44 PM -
Answered0Votes
#pragma component (browser, off, references)
I'm working on a huge MFC app and a new feature that I'm adding has started producing this warning during the creation of the browse information file c:\program ...3 Replies | 98 Views | Created by Nortburg - Thursday, July 18, 2013 3:13 PM | Last reply David Lowndes - Thursday, July 18, 2013 5:38 PM -
Unanswered1Votes
CreateWindowEx isn't return NULL but GetLastError returns 126 (Error:126)
lpszClassName = ClassName; Class->hInstance = hInstance; Class->lpfnWndProc = (WNDPROC)Proc; RegisterClass(Class); HWND Win = CreateWindowEx( ...2 Replies | 98 Views | Created by venhernern - Wednesday, July 17, 2013 12:53 PM | Last reply Renjith V Ramachandran - Thursday, July 18, 2013 2:23 PM -
Proposed1Votes
Calling char * const in C++ main
The below given is my C++ code: int ...5 Replies | 112 Views | Created by Pratik Kothari02 - Thursday, July 18, 2013 10:00 AM | Last reply WayneAKing - Thursday, July 18, 2013 1:34 PM -
Unanswered1Votes
How do I change Serial port RxFIFO buffer size from a c++ application?
Hi all, I need to change the "Receive Buffer" size on the FIFO used by the RS232 port in windows 7. Currently my C++ application is able to set configurations like baud ...6 Replies | 153 Views | Created by Victor Selvaraj - Monday, July 15, 2013 2:27 PM | Last reply Bordon - Thursday, July 18, 2013 10:38 AM -
Answered0Votes
#import error in Visual C++
Hello, I am using visual studio 10. I know how to make basic WFA using buttons and all. I am trying to include a normal C++ code to go with it. I mean, if I press a button, a C++ ...26 Replies | 190 Views | Created by Sandra93 - Wednesday, July 17, 2013 6:37 AM | Last reply Mike Danes - Thursday, July 18, 2013 10:03 AM -
Answered1Votes
fatal error
#ifndef RC_INVOKED #include_next <stddef.h> #endifcan someone tell me why im getting this error "fatal error C1021: invalid preprocessor command ...5 Replies | 5265 Views | Created by talitore - Sunday, June 26, 2005 12:45 PM | Last reply Rashid Ellis - Thursday, July 18, 2013 12:50 AM -
Proposed0Votes
#pragma once
When using #pragma once in the .hpp file, do I have to put it in the .cpp file as well? I am getting an error saying that the namespace does not ...1 Replies | 94 Views | Created by ArbolOne - Thursday, July 18, 2013 12:07 AM | Last reply Reed Copsey, Jr - Thursday, July 18, 2013 12:08 AM -
Answered0Votes
try-throw-catch: exceptions hadling
Hi Igor and everybody Please have a look at the simple program below. I learnt that the virtual funtions work on pointers and references. But in 'catch(..){...}' ...6 Replies | 149 Views | Created by chong kyong kim - Tuesday, July 16, 2013 12:39 PM | Last reply chong kyong kim - Wednesday, July 17, 2013 9:22 PM -
Unanswered0Votes
function does not match the delegate type
Elapsed += gcnew ElapsedEventHandler(&ValveAdmin::Form1::call_get_admin); ...1 Replies | 85 Views | Created by SteviG - Wednesday, July 17, 2013 7:37 PM | Last reply Reed Copsey, Jr - Wednesday, July 17, 2013 7:54 PM - Items 1 to 20 of 18001 Next ›