visual-c++-2010-express Questions
5
Solved
I'm trying to compile an SFML program I've writting in Visual C++ 2010. It compiles fine, but when I run the executable I get this error:
The application failed to initialize properly (0xc0150002)...
Counterpoise asked 21/8, 2010 at 11:25
3
Solved
I'm working with an API which has #defineed all their include files. I'm developing in Visual C++ 2010 Express, and it's been working fine up till now.
I was adding a new cpp-file to the project, ...
Exclosure asked 20/5, 2011 at 15:20
4
So I tried moving my project to Visual C++ Express 2010 on Windows 7 from a previous version on Windows XP. I got all sorts of errors where atlbase.h was not found. This isn't so much a question bu...
Tseng asked 21/4, 2010 at 7:32
2
i've been googling before posting this but i havent been able to find anything on the topic.. yet i dont think its a very tricky one so please forgive for posting :o).
for a new job i am getting i...
Deliciadelicious asked 17/11, 2010 at 14:41
4
Solved
this is a program :
#include <iostream>
using namespace std;
int main() {
cout << "Enter a number";
int i;
cin >> i;
try {
if( i == 0 ) throw 0;
if( i == 2 ) throw "error";
} ...
Lucifer asked 28/6, 2011 at 12:27
2
Solved
I have searched for some days now to find a possibility to display text on my GDI+ application.
I tried using the DrawString() function of GDI+ but the reference on MSDN does not work as it does n...
Chill asked 4/9, 2011 at 12:27
3
I have simple app that I try to compile with VC express and using the:
Microsoft platform SDK for Windows server 2003 that contains MFC and ATL.
Now I have this simple code :
CString strValue("tes...
Eisegesis asked 5/7, 2010 at 11:43
3
Solved
Possible Duplicate:
What is “missing” in the Visual Studio Express Editions?
Specifically for 2010, specifically for C++... what's missing Vs Professional/Premium (annoyin...
Holleran asked 2/7, 2010 at 10:39
1
© 2022 - 2024 — McMap. All rights reserved.