Unmanaged C++ project

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joachim

    #1

    Unmanaged C++ project

    How do I create an unmanaged C++ project in VS2005.NET?
  • Sean M. DonCarlos

    #2
    RE: Unmanaged C++ project

    "Joachim" wrote:
    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

    Comment

    • Jochen Kalmbach [MVP]

      #3
      Re: Unmanaged C++ project

      Hi Joachim!
      How do I create an unmanaged C++ project in VS2005.NET?
      "File|New...|Pr oject|Visual C++" then select "ATL" / "MFC" or "Win32".

      Greetings
      Jochen

      Comment

      Working...