Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. build a c++ app in managed c++ ide

build a c++ app in managed c++ ide

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studioquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SummerBulb
    wrote on last edited by
    #1

    Hi there, Is it posible, using vs2008 express, to copile a c++ application (not managed c++). I don't want a .NET application. Can that be done? How? Thanks!

    N 1 Reply Last reply
    0
    • S SummerBulb

      Hi there, Is it posible, using vs2008 express, to copile a c++ application (not managed c++). I don't want a .NET application. Can that be done? How? Thanks!

      N Offline
      N Offline
      Nuri Ismail
      wrote on last edited by
      #2

      Hi,

      SummerBulb wrote:

      Is it posible, using vs2008 express, to copile a c++ application (not managed c++).

      Yes.

      SummerBulb wrote:

      Can that be done? How?

      Simple tutorial -> here[^]. You can find more tutorials by googling.

      Nuri Ismail

      S 1 Reply Last reply
      0
      • N Nuri Ismail

        Hi,

        SummerBulb wrote:

        Is it posible, using vs2008 express, to copile a c++ application (not managed c++).

        Yes.

        SummerBulb wrote:

        Can that be done? How?

        Simple tutorial -> here[^]. You can find more tutorials by googling.

        Nuri Ismail

        S Offline
        S Offline
        SummerBulb
        wrote on last edited by
        #3

        I think you might have misunderstood my. I know how to write c++ code. I also know how to write code in VS2008. What i am looking for is a way to write code in VS2008 express and compile it using the regular c++ compiler, and not using the managed c++ compiler that comes with the VS2008 express IDE. Or am i missing something here?

        N 1 Reply Last reply
        0
        • S SummerBulb

          I think you might have misunderstood my. I know how to write c++ code. I also know how to write code in VS2008. What i am looking for is a way to write code in VS2008 express and compile it using the regular c++ compiler, and not using the managed c++ compiler that comes with the VS2008 express IDE. Or am i missing something here?

          N Offline
          N Offline
          Nuri Ismail
          wrote on last edited by
          #4

          Hi, The C++ compiler in VS2008 Express (and other editions) is not a managed compiler. It is regular C++ compiler. For managed C++ there is a C++/CLI. So when you set your project type to Visual C++, this means that you will use unmanaged C++ compiler. I hope this helps. :)

          Regards, Nuri Ismail

          S 1 Reply Last reply
          0
          • N Nuri Ismail

            Hi, The C++ compiler in VS2008 Express (and other editions) is not a managed compiler. It is regular C++ compiler. For managed C++ there is a C++/CLI. So when you set your project type to Visual C++, this means that you will use unmanaged C++ compiler. I hope this helps. :)

            Regards, Nuri Ismail

            S Offline
            S Offline
            SummerBulb
            wrote on last edited by
            #5

            Yes, it does, thank you!

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups