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. run without .net framework?

run without .net framework?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++dotnetquestion
28 Posts 4 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.
  • P Paul Conrad

    With the Standard edition of VS2005/2008, you can do native code using Win32 as well.

    "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

    I Offline
    I Offline
    Ismail Durmaz
    wrote on last edited by
    #18

    ok thanks

    1 Reply Last reply
    0
    • P Paul Conrad

      darkonoid wrote:

      i am using .net c++

      You just told me you don't want to use .net. Here you are saying you are using it. Make up your mind, then.

      "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

      I Offline
      I Offline
      Ismail Durmaz
      wrote on last edited by
      #19

      i use vs2005 platform because environment is capable, but when i run the executable file, it should not related with .net framework. when i say .net platform, i mention visual studio 2005/2008

      P 1 Reply Last reply
      0
      • I Ismail Durmaz

        i use vs2005 platform because environment is capable, but when i run the executable file, it should not related with .net framework. when i say .net platform, i mention visual studio 2005/2008

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #20

        What kind of project are you creating? If you are creating .net projects, then you are stuck with the framework. If you don't want to use the framework, then go with MFC.

        "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

        I 1 Reply Last reply
        0
        • P Paul Conrad

          What kind of project are you creating? If you are creating .net projects, then you are stuck with the framework. If you don't want to use the framework, then go with MFC.

          "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          I Offline
          I Offline
          Ismail Durmaz
          wrote on last edited by
          #21

          i create mfc applications on visual studio 6.0, but i want to create more quickly and easily. so i use visual studio 2005, however mfc applications needs .net framework on any machines

          P 1 Reply Last reply
          0
          • I Ismail Durmaz

            i create mfc applications on visual studio 6.0, but i want to create more quickly and easily. so i use visual studio 2005, however mfc applications needs .net framework on any machines

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #22

            darkonoid wrote:

            however mfc applications needs .net framework on any machines

            Not so. MFC and .net are two completely different things.

            "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

            I 1 Reply Last reply
            0
            • P Paul Conrad

              darkonoid wrote:

              however mfc applications needs .net framework on any machines

              Not so. MFC and .net are two completely different things.

              "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

              I Offline
              I Offline
              Ismail Durmaz
              wrote on last edited by
              #23

              hmm ok, thanks a lot.

              P 1 Reply Last reply
              0
              • I Ismail Durmaz

                hmm ok, thanks a lot.

                P Offline
                P Offline
                Paul Conrad
                wrote on last edited by
                #24

                Unless you want to be really adventurous and mix the two together :-\

                "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                I 1 Reply Last reply
                0
                • P Paul Conrad

                  Unless you want to be really adventurous and mix the two together :-\

                  "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                  I Offline
                  I Offline
                  Ismail Durmaz
                  wrote on last edited by
                  #25

                  i couldn't tell what i want :D, english is not my native language :)

                  1 Reply Last reply
                  0
                  • I Ismail Durmaz

                    i see what you mention, but it doesn't work, that you tell

                    CPalliniC Offline
                    CPalliniC Offline
                    CPallini
                    wrote on last edited by
                    #26

                    In fact it works as I told. I've done a lot of programs that way. The only caveat maybe the runtime version: you have two options, link with the static version of the runtime (/MT option) of compiler command line or deploy the runtime DLL toghether with your application. :)

                    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                    [my articles]

                    In testa che avete, signor di Ceprano?

                    1 Reply Last reply
                    0
                    • P Paul Conrad

                      darkonoid wrote:

                      i am using .net c++

                      You just told me you don't want to use .net. Here you are saying you are using it. Make up your mind, then.

                      "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                      D Offline
                      D Offline
                      Developer611
                      wrote on last edited by
                      #27

                      Hi there. have you try this my friends ? if your project is an win32 application project !! i think you can use this configuration : Project menu --> project properties --> configuration properties --> general --> in project defaults group select No Common Language Runtime support for common language runtime support . your application will never need to .net framework

                      DMASTER

                      P 1 Reply Last reply
                      0
                      • D Developer611

                        Hi there. have you try this my friends ? if your project is an win32 application project !! i think you can use this configuration : Project menu --> project properties --> configuration properties --> general --> in project defaults group select No Common Language Runtime support for common language runtime support . your application will never need to .net framework

                        DMASTER

                        P Offline
                        P Offline
                        Paul Conrad
                        wrote on last edited by
                        #28

                        That'll work as well. I think the OP wasn't sure exactly what he was going to develop with.

                        "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                        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