Unmanaged C++ project

  • Thread starter Thread starter Guest
  • Start date Start date
Joachim said:
How do I create an unmanaged C++ project in VS2005.NET?

Create a new project, and in the New Project window, choose a Visual C++
project template that is NOT under the CLR category (most likely ATL, MFC or
Win32, depending on what your project concerns).

If you have the Express Edition, you will need to download and install the
Windows Platform SDK before you can create unmanaged Win32 projects. I don't
think you can create MFC or ATL projects with the Express Edition.

Sean
 
Hi Joachim!
How do I create an unmanaged C++ project in VS2005.NET?

"File|New...|Project|Visual C++" then select "ATL" / "MFC" or "Win32".

Greetings
Jochen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top