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. Visual C++ 2008 needs framework to run?

Visual C++ 2008 needs framework to run?

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
7 Posts 5 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.
  • D Offline
    D Offline
    Dr Emmett Brown
    wrote on last edited by
    #1

    Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.

    rotter

    T K G 3 Replies Last reply
    0
    • D Dr Emmett Brown

      Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.

      rotter

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      so you didn't code C++ but C++/CLI... if you're using pure Win32 or pure MFC, you shouldn't have any dependency to the .NET Framework. but if you mixed both... don't wonder ;)


      [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

      1 Reply Last reply
      0
      • D Dr Emmett Brown

        Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.

        rotter

        K Offline
        K Offline
        KarstenK
        wrote on last edited by
        #3

        In the project settings should be an option to specify the framework version.

        Greetings from Germany

        D 1 Reply Last reply
        0
        • K KarstenK

          In the project settings should be an option to specify the framework version.

          Greetings from Germany

          D Offline
          D Offline
          Dr Emmett Brown
          wrote on last edited by
          #4

          Thank you for answering so fast! But my project is pure prehistorical win32 api. It has no references to anything and I didn't find the framework version on the project settings either. Maybe it's time to go back to good old vs2005 :-D

          rotter

          L 1 Reply Last reply
          0
          • D Dr Emmett Brown

            Thank you for answering so fast! But my project is pure prehistorical win32 api. It has no references to anything and I didn't find the framework version on the project settings either. Maybe it's time to go back to good old vs2005 :-D

            rotter

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

            I have not used 2008. I have not read anything about it that would lead me to believe they dropped suppport for creating native C++ applications. It is far more likely that you just have not figured out how to do it.

            1 Reply Last reply
            0
            • D Dr Emmett Brown

              Hi all, I've just finished my c++ application on vc++ 2008 but I've found out that it needs the framework 3.5 to run. :omg: Is there something to configure to make it independent from framework? Thanks.

              rotter

              G Offline
              G Offline
              George L Jackson
              wrote on last edited by
              #6

              Visual Studio 2008 needs the 3.5 framework to run. However, your (native) c++ applications compiled with VS 2008 don't need this framework.

              "We make a living by what we get, we make a life by what we give." --Winston Churchill

              D 1 Reply Last reply
              0
              • G George L Jackson

                Visual Studio 2008 needs the 3.5 framework to run. However, your (native) c++ applications compiled with VS 2008 don't need this framework.

                "We make a living by what we get, we make a life by what we give." --Winston Churchill

                D Offline
                D Offline
                Dr Emmett Brown
                wrote on last edited by
                #7

                Well, I finally solved it installing VS2005 :) , but I kept VS2008 too. If someone finds out the trick to make it work please write an article or something. Cheers

                rotter

                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