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. Managed C++/CLI
  4. Adding Files to an empty project w/ Visual Studio 2008

Adding Files to an empty project w/ Visual Studio 2008

Scheduled Pinned Locked Moved Managed C++/CLI
questionc++csharpdotnetvisual-studio
2 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.
  • . Offline
    . Offline
    ...---...
    wrote on last edited by
    #1

    Hello, I am trying to learn C++/CLI from a text. I have downloaded source code from the books website. I then created an empty project (CLR Console App.). Now I want to add some example source code from the book: File 1. HelloWorld.cpp //OK, This I was able to add as a source file to the project. File 2. HelloWorld.obj //How do I add this? //Do I need to add this? File 3.HelloWorld.exe.manifest //How do I add this? //Do I need to add this? File 4. HelloWorld.exe //How do I add this? //Do I need to add this? shouldn't the .exe be created at runtime? I would really appreciate some input about File 2, 3, 4 with the followig caveat-- If you want to respond w/ "read the MSDN documentation" or "is this a joke question?" (which I have received in the past) don't bother to respond. I am programming as a hobby an dam grateful for any help... thanks a lot:confused:

    L 1 Reply Last reply
    0
    • . ...---...

      Hello, I am trying to learn C++/CLI from a text. I have downloaded source code from the books website. I then created an empty project (CLR Console App.). Now I want to add some example source code from the book: File 1. HelloWorld.cpp //OK, This I was able to add as a source file to the project. File 2. HelloWorld.obj //How do I add this? //Do I need to add this? File 3.HelloWorld.exe.manifest //How do I add this? //Do I need to add this? File 4. HelloWorld.exe //How do I add this? //Do I need to add this? shouldn't the .exe be created at runtime? I would really appreciate some input about File 2, 3, 4 with the followig caveat-- If you want to respond w/ "read the MSDN documentation" or "is this a joke question?" (which I have received in the past) don't bother to respond. I am programming as a hobby an dam grateful for any help... thanks a lot:confused:

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      ...---... wrote:

      File 2. HelloWorld.obj //How do I add this? //Do I need to add this?

      No, that file is produced by the compiler.

      ...---... wrote:

      I am trying to learn C++/CLI from a text.

      My suggestion, to anyone, would be to start with ANSI C and C++ before trying to learn C++/CLI.

      led mike

      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