How do I create an unmanaged C++ project in VS2005.NET?
Unmanaged C++ project
Collapse
This topic is closed.
X
X
-
JoachimTags: None -
Sean M. DonCarlos
RE: Unmanaged C++ project
"Joachim" wrote:
Create a new project, and in the New Project window, choose a Visual C++How do I create an unmanaged C++ project in VS2005.NET?
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
-
Jochen Kalmbach [MVP]
Re: Unmanaged C++ project
Hi Joachim!
"File|New...|Pr oject|Visual C++" then select "ATL" / "MFC" or "Win32".How do I create an unmanaged C++ project in VS2005.NET?
Greetings
Jochen
Comment
Comment