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. The Lounge
  3. Visual C++ 6 - Will it work under Windows 7

Visual C++ 6 - Will it work under Windows 7

Scheduled Pinned Locked Moved The Lounge
c++question
14 Posts 13 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.
  • L Offline
    L Offline
    largenqcd
    wrote on last edited by
    #1

    I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

    L N J C M 11 Replies Last reply
    0
    • L largenqcd

      I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Try right clicking and "Run as administrator".

      Join the cool kids - Come fold with us[^]

      1 Reply Last reply
      0
      • L largenqcd

        I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

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

        I think some people have managed to use it without too many issues, but most of them had to disable UAC and/or run with full Admin rights. It may be far simpler to install it under XP mode. You can run it like a normal app (the VM-ness won't be obvious).

        Regards, Nish


        Are you addicted to CP? If so, check this out: The Code Project Forum Analyzer : Find out how much of a life you don't have! My technology blog: voidnish.wordpress.com

        1 Reply Last reply
        0
        • L largenqcd

          I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

          J Offline
          J Offline
          Joan M
          wrote on last edited by
          #4

          Without UAC it works normally... at least it did for me...

          [www.tamelectromecanica.com] Robots, CNC and PLC machines for grinding and polishing.

          1 Reply Last reply
          0
          • L largenqcd

            I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

            C Offline
            C Offline
            Chris Losinger
            wrote on last edited by
            #5

            yes, it works fine. i use it all the time (Win7 x64, even)

            image processing toolkits | batch image processing

            1 Reply Last reply
            0
            • L largenqcd

              I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

              M Offline
              M Offline
              Mike Diack
              wrote on last edited by
              #6

              Yes it works "as is" on Win 7 x86 and x64. You'll get several warnings about compatibility during it's installation, elect to continue installing anyway. Once you've done that - it works well.

              M 1 Reply Last reply
              0
              • M Mike Diack

                Yes it works "as is" on Win 7 x86 and x64. You'll get several warnings about compatibility during it's installation, elect to continue installing anyway. Once you've done that - it works well.

                M Offline
                M Offline
                Mike Diack
                wrote on last edited by
                #7

                In response to Nish's message you DEFINITELY don't need to disable UAC with VC++ 6. I run it both with and without admin rights too, on both Win 7 SP1 x86 and x64. It's mainly the installation process that throws up lots of compatibility warnings, if you persevere through that, all is well. Mike

                1 Reply Last reply
                0
                • L largenqcd

                  I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

                  7 Offline
                  7 Offline
                  77465
                  wrote on last edited by
                  #8

                  I do not use it anymore, but if you either start it As Administrator (you will have to in order to debug an app that runs as administrator anyway) or install out of Program Files or any other protected directory (some Windows 7 installations, especially upgrades from Vista, treat entire C: as protected directory) it should work fine. You may also want to check if more junk is being added to Virtual Store and Virtual Registry.

                  1 Reply Last reply
                  0
                  • L largenqcd

                    I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

                    S Offline
                    S Offline
                    selvan1709
                    wrote on last edited by
                    #9

                    That's my main development platform (still) and have been using it for the past 6 months (Run as Administrator) on Win7 32/64.

                    E 1 Reply Last reply
                    0
                    • L largenqcd

                      I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

                      S Offline
                      S Offline
                      superzhao1990
                      wrote on last edited by
                      #10

                      It can run normally in my machine.

                      1 Reply Last reply
                      0
                      • S selvan1709

                        That's my main development platform (still) and have been using it for the past 6 months (Run as Administrator) on Win7 32/64.

                        E Offline
                        E Offline
                        Ed SHaw
                        wrote on last edited by
                        #11

                        It's my main development platform too, and I never run as administrator - Win 7 32.

                        1 Reply Last reply
                        0
                        • L largenqcd

                          I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

                          T Offline
                          T Offline
                          Toto1107
                          wrote on last edited by
                          #12

                          I have not had luck getting the VS 6 SP6 to install without issues in 32-bit or 64-bit mode as Admin (well, what is considered *admin* in our work environment) I get a dialog box stating SP6 was not sucessful, I think SP3 was the last SP that didnt throw errors.. We just finished evaluating our engineering tools for the Win 7 upgrade so we can plan... I've had one program crash VS6 on source code rebuild, a different application was able to rebuild but VS locked up in debug mode, other VS apps didnt execute without problems after rebuild... Some common problems we found with some of our apps : Session0 No Longer a User Session[^] Deprecated Features for Windows 7[^] It just Works [^] XP Mode not optimized for graphics / hardware intensive[^]

                          Toto1107

                          1 Reply Last reply
                          0
                          • L largenqcd

                            I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

                            K Offline
                            K Offline
                            kmoorevs
                            wrote on last edited by
                            #13

                            Works with no problem, but if you are planning on compiling executables for use on other systems, be aware that Windows 7 SP 1 breaks ADODB compatibility with down-level OS's. Your executable will not work on other systems. (except for other Win7 SP1) http://support.microsoft.com/kb/2517589">http://support.microsoft.com/kb/2517589

                            "Go forth into the source" - Neal Morse

                            1 Reply Last reply
                            0
                            • L largenqcd

                              I still use Visual C++ 6 occasionally. I recently built a new computer and used Windows 7 Professional as my OS. I started to install C++ 6, but got a warning message (I forget what it said, something about possible incompatibility!) Should I install the Win XP virtual machine and install C++ 6 there, or will it work under Windows 7?? Thanks, Tom

                              P Offline
                              P Offline
                              pg az
                              wrote on last edited by
                              #14

                              The basic IDE runs nicely, I build stuff all the time under Win7-32-bit. However an ADDIN I wrote for vc6 won't run in Win7, even Win7-32bit, it can't find its dll's somehow. However NEITHER in WinXP-64-bit nor Win7-64-bit, have I been able to get my vc6 builds to LINK. Now this is somewhat likely to be merely the way the libraries get set up under x64, but anyway I never managed to figure it out.

                              pg--az

                              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