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
 
Back
Top