-
How to create an empty project
I've learned how to create C++ Projects following the wizard to make a Win32 Console Application. That's not too hard but I'd like to learn how to create an empty project but I've having trouble. Here is what I did:
1. Go into File - New Project. Highlight Empty Project.
2. Give the project a name like "Welcome To Programming." Click OK.
3. Go into Project - Add New Item. Highlight Code. Highlight CPP File.
4. Give that a name like "Welcome To Programming." Then click Add.
5. At this point I'm looking at a bare .cpp code window. There is nothing in it.
6. Now I start typing in usual simple code stuff.
Now I can build it successfully and I can compile it successfully but when I try to run it it says:
No debugging information. Debugging information for Welcome To Programming.exe cannot be found or does not match. Binary was not built with debug information.
What am I doing wrong? I'm using Visual Studio 2005.
Wait... I see a window on my taskbar that looks like the program has in fact run. So I guess it ran but what is with that message about having no debugging info?
Last edited by 357mag; 05-02-2010 at 12:07 AM.
Similar Threads
-
By singersinger in forum C++
Replies: 1
Last Post: 11-29-2006, 07:59 AM
-
Replies: 1
Last Post: 05-27-2006, 03:28 PM
-
Replies: 1
Last Post: 06-18-2003, 08:40 AM
-
By Robert G in forum .NET
Replies: 84
Last Post: 02-08-2001, 03:38 PM
-
By Glenn McKee in forum Careers
Replies: 1
Last Post: 08-24-2000, 09:51 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|