Visual C++ Express Edition announcement
-
Link
This forum has been locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C++ forum. Thank you for your participation in this forum.
-
0 VotesVisual 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 ... -
3 VotesUsing Visual C++ 2008 Express with the Windows SDK
3. Type: WindowsSdkVer.exe -version:v6.1 This command will set the Windows SDK for Windows ...Sticky | 4 Replies | 42966 Views | Created by Karin Meier - Friday, February 22, 2008 6:15 AM | Last reply by zhgart - Sunday, December 9, 2012 2:00 PM -
17 VotesGetting Started With C++ and Visual C++ Express Edition
If you're new to the language itself, you should consider getting a good beginner book. There are an infinite number of ways of making life difficult for yourself in a programming language such as ...Sticky | 21 Replies | 62344 Views | Created by einaros - Friday, November 16, 2007 11:51 AM | Last reply by zhgart - Monday, December 10, 2012 8:13 AM
Found 6856 threads
-
1 VotesHow to make empty project in visual studio 2012
When I select create new project, there's no option to make empty project, only templates...... How to create empty one?Answered | 5 Replies | 15494 Views | Created by Sly_TheKing - Saturday, January 19, 2013 11:15 AM | Last reply by pvdg42 - Monday, January 21, 2013 3:21 PM -
0 VotesPlaySound
#include <windows.h> std::wstring soundfile("myDirectory\\mySoundDirectory\\sound.wav"); PlaySound(soundfile, NULL, ...Answered | 3 Replies | 8399 Views | Created by ArbolOne - Sunday, January 20, 2013 4:12 PM | Last reply by Mike Danes - Sunday, January 20, 2013 6:26 PM -
1 VotesWhere can I download the Manifest Generation and Editing Tool (mage.exe) or (mageUI.exe)?
I've searched and searched but cannot find where to get this. Every mention of it I've found claims that it is part of the Platform SDK, but I already have that installed and ...Answered | 8 Replies | 72546 Views | Created by mlg44 - Tuesday, September 18, 2007 7:00 PM | Last reply by niksoftware - Thursday, January 17, 2013 4:55 PM -
0 VotesSystem.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt
I am getting System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt at belwo code at &fileOpenException. ...Discussion | 5 Replies | 6994 Views | Created by Raghu Bhat - Friday, December 28, 2012 9:50 AM | Last reply by Damon Zheng - Tuesday, January 8, 2013 9:14 AM -
0 VotesCannot open include file: 'assert.h': No such file or directory
Hi! I use visual studio 2010 professional along with opencv. My solutions used to build perfectly fine until now. The problem I get is ...Answered | 3 Replies | 34265 Views | Created by jujare - Friday, December 28, 2012 1:12 PM | Last reply by Damon Zheng - Sunday, January 6, 2013 12:09 PM -
1 VotesDisassembly display in Visual Studio
I'm using VS 2010 Express and I'm trying to get my compiled source code to be displayed in assembly. I could easily do this when using VS 6 but can't see how to do this in VS 2010. I want to see ...Answered | 8 Replies | 24583 Views | Created by MandrewP - Friday, December 17, 2010 7:06 PM | Last reply by Thomas_Lundqvist - Friday, January 4, 2013 11:24 AM -
0 VotesCan't create any C++ project in VS2012 Express for Windows Desktop?
I newly installed Microsoft Visual Studio Express 2012 for Windows Desktop on my Windows 7 Ultimate PC. I've registered it. My problem is about its Visual C++ projects. When I tried to created a VC++ ...Answered | 3 Replies | 7348 Views | Created by 0xEddie - Tuesday, December 25, 2012 3:25 AM | Last reply by Elegentin Xie - Friday, January 4, 2013 6:01 AM -
0 Votes64bit vs10e
I have previously posted a question regarding 64bit compilation. This question is similar but different since I am able to compile, but I am not certain that the exe file is a 64bit ...Answered | 2 Replies | 5389 Views | Created by ArbolOne - Thursday, December 27, 2012 5:28 AM | Last reply by Elegentin Xie - Friday, January 4, 2013 5:42 AM -
2 Votesfatal error C1010: unexpected end of file while looking for precompiled header.
Options=>Debugging=>Edit and Continue. Let "Allow precomping" unchecked then. Why does this error ...Answered | 9 Replies | 60561 Views | Created by ardmore - Tuesday, September 18, 2007 10:21 PM | Last reply by ajay1606 - Monday, December 31, 2012 7:22 AM -
0 VotesmyTemplate??
In a class I declared a template function ---myClass.hpp--- #ifndef MYCLASS_HPP #define ...Unanswered | 1 Replies | 5162 Views | Created by ArbolOne - Thursday, December 27, 2012 6:38 PM | Last reply by Mike Danes - Thursday, December 27, 2012 6:45 PM -
0 VotesSetParent()
Any idea how to correctly use of SetParent() to make a window of my process a child window of another process? What I am trying to achieve is make a HUD application for poker. So my ...Answered | 1 Replies | 8177 Views | Created by Stav_9 - Wednesday, December 26, 2012 6:10 AM | Last reply by Damon Zheng - Thursday, December 27, 2012 10:51 AM -
1 VotesDO these messages snd out in order?
DO these messages snd out in order? When main frame was changed, there will send out a message of WM_SIZE, Dose message WM_PAINT follow it automatically at the ...Answered | 5 Replies | 4907 Views | Created by zhgart - Tuesday, December 25, 2012 1:02 PM | Last reply by zhgart - Wednesday, December 26, 2012 2:20 PM -
0 VotesI cannot access HELP (files) from Visual C++ Express Edition 2010
Hi: I have just downloaded a Visual C++ 2010 Express edition (and did some exercises already), however I CANNOT FIND OR OPEN THE "HELP" FILES. I would ...Answered | 3 Replies | 5381 Views | Created by ROCOCO_mex - Friday, December 14, 2012 6:21 PM | Last reply by Elegentin Xie - Tuesday, December 25, 2012 9:49 AM -
1 VotesDoes anyone sell a decent C++ IDE ?
Can anyone tell me how to use Visual C++ 2010 Express to create a console app for 64-bit Windows 7 using the following source code? /* ...Answered | 5 Replies | 5621 Views | Created by The Bard of Chelsea - Friday, December 14, 2012 5:42 AM | Last reply by Elegentin Xie - Tuesday, December 25, 2012 9:06 AM -
1 VotesOpenGL
Do you guys know where to download the latest OpenGL version?Answered | 1 Replies | 7468 Views | Created by Inc0gn1t0 - Tuesday, December 25, 2012 3:55 AM | Last reply by WayneAKing - Tuesday, December 25, 2012 4:48 AM -
1 VotesVS2012 buggy to the point where I consider giving it up
Ok, I understand that one shouldn't complain about something freee, but I know that the paid edition of VS2012 isn't any better so I'm actually happy that I was spared the loss of 499$ for this piece ...Answered | 4 Replies | 6436 Views | Created by Fritzeflink1 - Saturday, November 17, 2012 5:33 PM | Last reply by Fritzeflink1 - Tuesday, December 25, 2012 1:28 AM -
1 VotesInserting data from textbox to MYSQL in VC++
Text + "','" + textBox2->Text + "')"; query_state=mysql_query(connection,SOIT.c_str()); This Dosent Work it gives the ...Answered | 3 Replies | 7403 Views | Created by Harshi_l - Friday, December 21, 2012 8:43 AM | Last reply by davewilk - Monday, December 24, 2012 10:51 AM -
1 VotesMicrosoft Visual C++ 2011?
I just bought a book for C++11. I actually never knew there was such thing, because it nevered showed.... Can someone show me where to download c++11?Answered | 6 Replies | 9765 Views | Created by Inc0gn1t0 - Sunday, December 23, 2012 8:14 PM | Last reply by Inc0gn1t0 - Sunday, December 23, 2012 11:34 PM -
1 VotesAre they same or not...
is Microsoft Visual C++ Express the same as Microsoft Visual C++ 2010 Express. Sorry for my Q, i'm a very big noob.Answered | 1 Replies | 3945 Views | Created by Inc0gn1t0 - Saturday, December 22, 2012 9:17 PM | Last reply by WayneAKing - Saturday, December 22, 2012 9:44 PM -
0 VotesCan Ivor Horton's Beginning Visual C++ 2010 be used to learn Visual C++ 2010 Express Edition
I got a suggestion for Ivor Horton's Beginning Visual C++ 2010, but i don't know if it can support Microsoft Visual C++ 2010 Express Edition. If no, can you guys ...Answered | 1 Replies | 4676 Views | Created by Inc0gn1t0 - Saturday, December 22, 2012 4:20 PM | Last reply by pvdg42 - Saturday, December 22, 2012 9:02 PM - Items 1 to 20 of 6856 Next ›
Visual C++ Express Edition announcement
-
Link
This forum has been locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C++ forum. Thank you for your participation in this forum.
