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. VC++.Net

VC++.Net

Scheduled Pinned Locked Moved Managed C++/CLI
c++dotnetcsharpquestion
10 Posts 4 Posters 13 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.
  • O Offline
    O Offline
    Ollie
    wrote on last edited by
    #1

    If i write a program in UNMANAGED VC++ 7.0 using ATL 7.0 and\or MFC 7.0, do I have to install the .Net framework or can I just supply the required ATL\MFC DLL's to the users machine? Is installing the framework just for Microsoft's CLR?

    N J C 3 Replies Last reply
    0
    • O Ollie

      If i write a program in UNMANAGED VC++ 7.0 using ATL 7.0 and\or MFC 7.0, do I have to install the .Net framework or can I just supply the required ATL\MFC DLL's to the users machine? Is installing the framework just for Microsoft's CLR?

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      If its unmanaged you don't need the framework; only when you cross into managed code do you need the framework on the users machine. James Simplicity Rules!

      O 1 Reply Last reply
      0
      • O Ollie

        If i write a program in UNMANAGED VC++ 7.0 using ATL 7.0 and\or MFC 7.0, do I have to install the .Net framework or can I just supply the required ATL\MFC DLL's to the users machine? Is installing the framework just for Microsoft's CLR?

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #3

        Ollie wrote: If i write a program in UNMANAGED VC++ 7.0 using ATL 7.0 and\or MFC 7.0, do I have to install the .Net framework No, you dont have to. Ollie wrote: can I just supply the required ATL\MFC DLL's to the users machine? Yes, that's what you should do :-) Nish


        The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday

        1 Reply Last reply
        0
        • O Ollie

          If i write a program in UNMANAGED VC++ 7.0 using ATL 7.0 and\or MFC 7.0, do I have to install the .Net framework or can I just supply the required ATL\MFC DLL's to the users machine? Is installing the framework just for Microsoft's CLR?

          C Offline
          C Offline
          ColinDavies
          wrote on last edited by
          #4

          Ollie the use of the word UNMANAGED implies deviant behavior, Many of us are calling it 'normal' programming now. Regardz Colin J Davies

          Sonork ID 100.9197:Colin

          More about me :-)

          N 1 Reply Last reply
          0
          • C ColinDavies

            Ollie the use of the word UNMANAGED implies deviant behavior, Many of us are calling it 'normal' programming now. Regardz Colin J Davies

            Sonork ID 100.9197:Colin

            More about me :-)

            N Offline
            N Offline
            Nish Nishant
            wrote on last edited by
            #5

            With the advent of .NET, normality got inversed Nish


            The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday

            1 Reply Last reply
            0
            • J James T Johnson

              If its unmanaged you don't need the framework; only when you cross into managed code do you need the framework on the users machine. James Simplicity Rules!

              O Offline
              O Offline
              Ollie
              wrote on last edited by
              #6

              So I guess if I am using 'normal' and Managed code I just have to install the framework?

              J 2 Replies Last reply
              0
              • O Ollie

                So I guess if I am using 'normal' and Managed code I just have to install the framework?

                J Offline
                J Offline
                James T Johnson
                wrote on last edited by
                #7

                Yes. If your application uses both; the framework has to be installed. Something that just came to mind though. If you have it set so it can *optionally* load the managed code (ie it loads the managed code on demand and doesn't have anything about the managed code compiled aside from a GUID), then the framework could possibly be an option for the client as well... But if they decide to use it they will need the framework. James Simplicity Rules!

                1 Reply Last reply
                0
                • O Ollie

                  So I guess if I am using 'normal' and Managed code I just have to install the framework?

                  J Offline
                  J Offline
                  James T Johnson
                  wrote on last edited by
                  #8

                  BTW, hopefully this time next year or the year after we can assume that many will have the framework installed so the fact there is a 20MB download won't be as much of an issue. James Simplicity Rules!

                  N 1 Reply Last reply
                  0
                  • J James T Johnson

                    BTW, hopefully this time next year or the year after we can assume that many will have the framework installed so the fact there is a 20MB download won't be as much of an issue. James Simplicity Rules!

                    N Offline
                    N Offline
                    Nish Nishant
                    wrote on last edited by
                    #9

                    The redistributable is already part of windows update :-) Nish


                    The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday

                    J 1 Reply Last reply
                    0
                    • N Nish Nishant

                      The redistributable is already part of windows update :-) Nish


                      The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday

                      J Offline
                      J Offline
                      James T Johnson
                      wrote on last edited by
                      #10

                      End users, using windows update?!?!?! That'll be the day.... ;P The problem with windows security problems isn't the problems its that stupid users don't patch their computers up to get rid of the problems. This is non-existant in the *nix community because almost everyone who uses it knows about security problems and patches them ASAP. James Simplicity Rules!

                      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