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. Why I still use vc6

Why I still use vc6

Scheduled Pinned Locked Moved The Lounge
performancecomalgorithms
59 Posts 34 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.
  • J Jim Crafton

    People often accuse those still using VC6 as holdouts, dinosaurs, or too lazy to embrace the new. Well in my case it's none of those. I'm still using VC 6 because Microsoft can't seem to produce a compiler that produces faster binaries!!! Same codebase, same machine: vc6 - Took 0.17346851 seconds or 173.4685 milliseconds vc80 binaries default optimization settings Took 0.54633341 seconds or 546.3334 milliseconds vc80, turned on favor speed optimization settings Took 0.32663722 seconds or 326.6372 milliseconds vc90 binaries default optimization settings Took 0.34099583 seconds or 340.9958 milliseconds vc90, turned on favor speed optimization settings Took 0.33104513 seconds or 331.0451 milliseconds So, after nearly a 10 year wait between the releases of VC 6 (1998) and VC 9 (2007) my program runs twice as slow. Sigh...

    ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

    L Offline
    L Offline
    leppie
    wrote on last edited by
    #20

    GCC outshines the newer VC's too, especially in C mode.

    xacc.ide - now with IronScheme support
    IronScheme - 1.0 alpha 2 out now

    N 1 Reply Last reply
    0
    • Steve EcholsS Steve Echols

      I'm still dumbfounded that my .NET hello world app consumes 18MB of ram!! :wtf:


      - S 50 cups of coffee and you know it's on!

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #21

      Steve Echols wrote:

      consumes 18MB of ram!

      Correction, it reserves 18MB of virtual space. Private bytes shows 7MB, and the heap, 0MB.

      xacc.ide - now with IronScheme support
      IronScheme - 1.0 alpha 2 out now

      G 1 Reply Last reply
      0
      • J Jim Crafton

        People often accuse those still using VC6 as holdouts, dinosaurs, or too lazy to embrace the new. Well in my case it's none of those. I'm still using VC 6 because Microsoft can't seem to produce a compiler that produces faster binaries!!! Same codebase, same machine: vc6 - Took 0.17346851 seconds or 173.4685 milliseconds vc80 binaries default optimization settings Took 0.54633341 seconds or 546.3334 milliseconds vc80, turned on favor speed optimization settings Took 0.32663722 seconds or 326.6372 milliseconds vc90 binaries default optimization settings Took 0.34099583 seconds or 340.9958 milliseconds vc90, turned on favor speed optimization settings Took 0.33104513 seconds or 331.0451 milliseconds So, after nearly a 10 year wait between the releases of VC 6 (1998) and VC 9 (2007) my program runs twice as slow. Sigh...

        ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

        O Offline
        O Offline
        ori kovacsi
        wrote on last edited by
        #22

        All work places (job opennings) work with vc6.0. the transformation to 2005/2008 requiere too much work and time, so thay don't upgrade. so my sallery depends on working on vc6.0. therfore I search all the time how to use c# samples ,vb samples and .NET samples using VC6.0 only. lately I have found that the window SDK platform supply most capabilities of C#/VB/.NET using Components and specialised libraries / DLL's. the code comes out much more generic and compatible. it is easy to integrate, migrate and control (sorce safe) the source. bottom line - VC6.0 is most effective for practical job in computers programming. a VC6.0 developer has x3 times more job oportunities then C# / VB / .NET programmers.

        One more fan of Simplicity.

        realJSOPR G 2 Replies Last reply
        0
        • J Jim Crafton

          People often accuse those still using VC6 as holdouts, dinosaurs, or too lazy to embrace the new. Well in my case it's none of those. I'm still using VC 6 because Microsoft can't seem to produce a compiler that produces faster binaries!!! Same codebase, same machine: vc6 - Took 0.17346851 seconds or 173.4685 milliseconds vc80 binaries default optimization settings Took 0.54633341 seconds or 546.3334 milliseconds vc80, turned on favor speed optimization settings Took 0.32663722 seconds or 326.6372 milliseconds vc90 binaries default optimization settings Took 0.34099583 seconds or 340.9958 milliseconds vc90, turned on favor speed optimization settings Took 0.33104513 seconds or 331.0451 milliseconds So, after nearly a 10 year wait between the releases of VC 6 (1998) and VC 9 (2007) my program runs twice as slow. Sigh...

          ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

          I Offline
          I Offline
          inhahe
          wrote on last edited by
          #23

          I'm assuming the speed decrease in .net is due to compilation to bytecode instead of native code.. but doesn't the 'Win32' option for a project type in VS.net let you compile to native?

          realJSOPR 1 Reply Last reply
          0
          • J Jim Crafton

            People often accuse those still using VC6 as holdouts, dinosaurs, or too lazy to embrace the new. Well in my case it's none of those. I'm still using VC 6 because Microsoft can't seem to produce a compiler that produces faster binaries!!! Same codebase, same machine: vc6 - Took 0.17346851 seconds or 173.4685 milliseconds vc80 binaries default optimization settings Took 0.54633341 seconds or 546.3334 milliseconds vc80, turned on favor speed optimization settings Took 0.32663722 seconds or 326.6372 milliseconds vc90 binaries default optimization settings Took 0.34099583 seconds or 340.9958 milliseconds vc90, turned on favor speed optimization settings Took 0.33104513 seconds or 331.0451 milliseconds So, after nearly a 10 year wait between the releases of VC 6 (1998) and VC 9 (2007) my program runs twice as slow. Sigh...

            ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

            T Offline
            T Offline
            txALI
            wrote on last edited by
            #24

            I (still) like BC++ 5.02. It is very old now but works excellent!

            1 Reply Last reply
            0
            • C cp9876

              What sort of processing was this? For numerical stuff I've found VC8 pretty good compared to VC6. If it is text processing you could slow down with the default unicode settings in the later compilers.

              Peter "Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

              P Offline
              P Offline
              Paul Sanders the other one
              wrote on last edited by
              #25

              Yes, I too would like to know what source code generated these statistics. I have examined the object code produced by VS 2005 on some of my time critical stuff and I was well impressed.

              Paul Sanders http://www.alpinesoft.co.uk

              J 1 Reply Last reply
              0
              • J Jim Crafton

                People often accuse those still using VC6 as holdouts, dinosaurs, or too lazy to embrace the new. Well in my case it's none of those. I'm still using VC 6 because Microsoft can't seem to produce a compiler that produces faster binaries!!! Same codebase, same machine: vc6 - Took 0.17346851 seconds or 173.4685 milliseconds vc80 binaries default optimization settings Took 0.54633341 seconds or 546.3334 milliseconds vc80, turned on favor speed optimization settings Took 0.32663722 seconds or 326.6372 milliseconds vc90 binaries default optimization settings Took 0.34099583 seconds or 340.9958 milliseconds vc90, turned on favor speed optimization settings Took 0.33104513 seconds or 331.0451 milliseconds So, after nearly a 10 year wait between the releases of VC 6 (1998) and VC 9 (2007) my program runs twice as slow. Sigh...

                ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                T Offline
                T Offline
                Tony Wright UK
                wrote on last edited by
                #26

                I have been using vc6 until a couple of weeks ago when my computer died and I decided to take the plunge and upgrade to vs2005. What hard work that has turned out to be! Does anyone know of any guides covering upgrading projects from vc6 to vs2005?

                C G 2 Replies Last reply
                0
                • A Anton Afanasyev

                  Actually...most VC++ developers here would say that the VC6 compiler, and IDE in general (for the most part) was the best generation of C++ tools MS has ever produced.

                  realJSOPR Offline
                  realJSOPR Offline
                  realJSOP
                  wrote on last edited by
                  #27

                  Anton Afanasyev wrote:

                  Actually...most VC++ developers here would say that the VC6 compiler, and IDE in general (for the most part) was the best generation of C++ tools MS has ever produced.

                  That would be pretty much everyone except Christian Graus...

                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                  -----
                  "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                  1 Reply Last reply
                  0
                  • N NormDroid

                    It is, but you can't live with the past forever.

                    www.software-kinetics.co.uk

                    realJSOPR Offline
                    realJSOPR Offline
                    realJSOP
                    wrote on last edited by
                    #28

                    In this case, you're completely wrong. There is NOTHING that VC8 or 9 gives you that you cannot do in VC6.

                    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                    -----
                    "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                    T 1 Reply Last reply
                    0
                    • B bmioch

                      Isn't anyone else going to say it's all .NET's fault? I like the libraries and the IDE, but if you're building something speed-critical, you can't really use .NET.

                      realJSOPR Offline
                      realJSOPR Offline
                      realJSOP
                      wrote on last edited by
                      #29

                      But it's not .net's fault because he's doing unmanaged code.

                      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                      -----
                      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                      1 Reply Last reply
                      0
                      • T Tony Wright UK

                        I have been using vc6 until a couple of weeks ago when my computer died and I decided to take the plunge and upgrade to vs2005. What hard work that has turned out to be! Does anyone know of any guides covering upgrading projects from vc6 to vs2005?

                        C Offline
                        C Offline
                        cp9876
                        wrote on last edited by
                        #30

                        I did a major port from VC6 to VS2005 last year. There are some upgrade docs on the microsoft site (search on vc++ breaking changes), but I found the easiest way was to work through the errors/warnings file by file. Sometimes for deprecated functions you could do a project-wide search and replace, but simply working from one warning/error to the next was the easiest for me. The other thing to be wary of is the new .exe has a manifest and some of the older installers do not seem to do the right thing (we were using the free Installshield that came with VC6 - no flames please - it did the job). We moved to using the setup project you can create in VS2005 that creates a .msi file for the MS installer. One annoying thing here is that the installation file size doubled as I think it automatically included some extra .dlls, I can't recall which.

                        Peter "Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

                        1 Reply Last reply
                        0
                        • O ori kovacsi

                          All work places (job opennings) work with vc6.0. the transformation to 2005/2008 requiere too much work and time, so thay don't upgrade. so my sallery depends on working on vc6.0. therfore I search all the time how to use c# samples ,vb samples and .NET samples using VC6.0 only. lately I have found that the window SDK platform supply most capabilities of C#/VB/.NET using Components and specialised libraries / DLL's. the code comes out much more generic and compatible. it is easy to integrate, migrate and control (sorce safe) the source. bottom line - VC6.0 is most effective for practical job in computers programming. a VC6.0 developer has x3 times more job oportunities then C# / VB / .NET programmers.

                          One more fan of Simplicity.

                          realJSOPR Offline
                          realJSOPR Offline
                          realJSOP
                          wrote on last edited by
                          #31

                          ori kovacsi wrote:

                          the transformation to 2005/2008 requiere too much work and time, so thay don't upgrade.

                          That's a bunch of crap. As a test, we converted a 760,000 line app from VC6 to VC8 in less than two hours. We turned off deprecation warnings, and ended up with almost 2500 errors on the first run-through. Fully 2000 of those errors were on the same line of code involving a single derived class. Running the program didn't expose anything as far as conversion-related problems but... The actual cost of the conversion lies in thorough testing to ensure the conversion process didn't break anything. We didn't have the time to do that, and the program remained in VC6 until the code was retired a couple of years later. Large legacy apps should remain in the compiler/language they were originally written in, but not using the newest tools on new projects is about three degrees past "stupid". Granted, the IDE in VS2005 and later suck giant bull testicles, but the benefits of the newer libraries are not wisely discarded.

                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                          -----
                          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                          1 Reply Last reply
                          0
                          • I inhahe

                            I'm assuming the speed decrease in .net is due to compilation to bytecode instead of native code.. but doesn't the 'Win32' option for a project type in VS.net let you compile to native?

                            realJSOPR Offline
                            realJSOPR Offline
                            realJSOP
                            wrote on last edited by
                            #32

                            HE'S NOT TALKING ABOUT .NET! Geeze people... He's talking about UN-MANAGED CODE.

                            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                            -----
                            "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                            G 1 Reply Last reply
                            0
                            • realJSOPR realJSOP

                              In this case, you're completely wrong. There is NOTHING that VC8 or 9 gives you that you cannot do in VC6.

                              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                              -----
                              "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                              T Offline
                              T Offline
                              to_be_defined
                              wrote on last edited by
                              #33

                              Oh, what have the Romans ever done for us... except giving us standards compliance?

                              1 Reply Last reply
                              0
                              • J Jim Crafton

                                People often accuse those still using VC6 as holdouts, dinosaurs, or too lazy to embrace the new. Well in my case it's none of those. I'm still using VC 6 because Microsoft can't seem to produce a compiler that produces faster binaries!!! Same codebase, same machine: vc6 - Took 0.17346851 seconds or 173.4685 milliseconds vc80 binaries default optimization settings Took 0.54633341 seconds or 546.3334 milliseconds vc80, turned on favor speed optimization settings Took 0.32663722 seconds or 326.6372 milliseconds vc90 binaries default optimization settings Took 0.34099583 seconds or 340.9958 milliseconds vc90, turned on favor speed optimization settings Took 0.33104513 seconds or 331.0451 milliseconds So, after nearly a 10 year wait between the releases of VC 6 (1998) and VC 9 (2007) my program runs twice as slow. Sigh...

                                ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                                A Offline
                                A Offline
                                aleantonello
                                wrote on last edited by
                                #34

                                Besides VC6 still be the fastest Microsoft's compiler, It is not C/C++ standard compliant. Because of that, Microsoft modified their compiler several times. Since VC8, Microsoft claims that their compiler is 100% C/C++ compliant with the standards. When you are focusing softwares only for Windows, to use VC6 is not an issue. But, if you are doing something that needs to be portable on several operating systems, VC6 can lead you at wrong results. The best thing, in that case, is you to choose an slower but most standard compliant compiler: GCC. One think must be said: there is none compiler 100% standard compliant. That is the fact.

                                Alessandro Antonello

                                1 Reply Last reply
                                0
                                • L leppie

                                  Steve Echols wrote:

                                  consumes 18MB of ram!

                                  Correction, it reserves 18MB of virtual space. Private bytes shows 7MB, and the heap, 0MB.

                                  xacc.ide - now with IronScheme support
                                  IronScheme - 1.0 alpha 2 out now

                                  G Offline
                                  G Offline
                                  ghle
                                  wrote on last edited by
                                  #35

                                  leppie wrote:

                                  Private bytes shows 7MB, and the heap, 0MB.

                                  Whew, I thought 18 MB was kinda stupid. 7MB, only 38.8888% as stupid. :((

                                  Gary

                                  1 Reply Last reply
                                  0
                                  • P Paul Sanders the other one

                                    Yes, I too would like to know what source code generated these statistics. I have examined the object code produced by VS 2005 on some of my time critical stuff and I was well impressed.

                                    Paul Sanders http://www.alpinesoft.co.uk

                                    J Offline
                                    J Offline
                                    Jim Crafton
                                    wrote on last edited by
                                    #36

                                    Paul Sanders (AlpineSoft) wrote:

                                    Yes, I too would like to know what source code generated these statistics.

                                    RCChineseDict.cpp[^] It's modeled after an article by Raymond Chen here: Loading the dictionary, part 1: Starting point[^] I was curious to see how the VCF would fare compared to Raymond's attempts. That's where the numbers come from.

                                    ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                                    P 1 Reply Last reply
                                    0
                                    • O ori kovacsi

                                      All work places (job opennings) work with vc6.0. the transformation to 2005/2008 requiere too much work and time, so thay don't upgrade. so my sallery depends on working on vc6.0. therfore I search all the time how to use c# samples ,vb samples and .NET samples using VC6.0 only. lately I have found that the window SDK platform supply most capabilities of C#/VB/.NET using Components and specialised libraries / DLL's. the code comes out much more generic and compatible. it is easy to integrate, migrate and control (sorce safe) the source. bottom line - VC6.0 is most effective for practical job in computers programming. a VC6.0 developer has x3 times more job oportunities then C# / VB / .NET programmers.

                                      One more fan of Simplicity.

                                      G Offline
                                      G Offline
                                      ghle
                                      wrote on last edited by
                                      #37

                                      ori kovacsi wrote:

                                      a VC6.0 developer has x3 times more job oportunities then C# / VB / .NET programmers.

                                      That's a bunch of crap [paraphrasing here]. I have not found this to be true anywhere. Post some links if you find otherwise...

                                      Gary

                                      N 1 Reply Last reply
                                      0
                                      • realJSOPR realJSOP

                                        HE'S NOT TALKING ABOUT .NET! Geeze people... He's talking about UN-MANAGED CODE.

                                        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                        -----
                                        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                                        G Offline
                                        G Offline
                                        ghle
                                        wrote on last edited by
                                        #38

                                        John Simmons / outlaw programmer wrote:

                                        He's talking about UN-MANAGED CODE.

                                        Ooo, I can fire the project manager. Always a good thing! :)

                                        Gary

                                        1 Reply Last reply
                                        0
                                        • T Tony Wright UK

                                          I have been using vc6 until a couple of weeks ago when my computer died and I decided to take the plunge and upgrade to vs2005. What hard work that has turned out to be! Does anyone know of any guides covering upgrading projects from vc6 to vs2005?

                                          G Offline
                                          G Offline
                                          ghle
                                          wrote on last edited by
                                          #39

                                          Tony Wright (UK) wrote:

                                          Does anyone know of any guides covering upgrading projects from vc6 to vs2005?

                                          Yes, I have a book on it. Here on my shelf, next to the How To on upgrading Vista to XP. :laugh:

                                          Gary

                                          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