Real newb Question

Started by
3 comments, last by k0be 19 years, 11 months ago
How can i create a new unmanaged c++ project in .NET?
Advertisement
First hit the File->New Project menu option.
Then click the "Visual C++ Projects" folder.
Then click the "Win32 Project" template.
Enter project name and follow the prompts.
i want to create a PLAIN source file....like an....empty one...not win32

it was simple in c++6.0... now it''s weiRd
Did you even try it? When you create a new Win32 project one of the checkbox''s is for creating an empty project.
I know what you mean. The option for "make me an empty project" was hidden -- a little bit -- in .NET:

Do the usual File->New Project->Win32 (or console, whatever) stuff. After you''ve named your solution, you''ll be at the "Welcome to the Win32 Application Wizard" dialog -- on the left of this dialog is a nonstandard GUI widget with "Overview" and "Application Settings" tabs. Click the "Application Settings" one, the check the "Empty Project" box that appears on the right.

Then click Finish.

This topic is closed to new replies.

Advertisement