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. Information on VC2005 SP1

Information on VC2005 SP1

Scheduled Pinned Locked Moved The Lounge
c++visual-studiocom
16 Posts 11 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.
  • realJSOPR realJSOP

    What they meant to say is... "VS2005 was released long before it should have been. If we had just gone ahead and axed support for VC++/MFC on it's release, we wouldn't be here now fixing bugs in crap we no longer want to support. This service pack is the last time we're going to do anything for the legacy programmers, and they can kiss our monopolistic asses before we give them anything else. Yeah, they may consider this a win, but wait until we release VS2007 without any unmanaged development support at all. Besides, when we release Vista in 2008, they won't be able to write 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

    D Offline
    D Offline
    Dave Sexton
    wrote on last edited by
    #6

    John Simmons / outlaw programmer wrote:

    when we release Vista in 2008

    At that rate it's going lets say 2010.

    1 Reply Last reply
    0
    • realJSOPR realJSOP

      What they meant to say is... "VS2005 was released long before it should have been. If we had just gone ahead and axed support for VC++/MFC on it's release, we wouldn't be here now fixing bugs in crap we no longer want to support. This service pack is the last time we're going to do anything for the legacy programmers, and they can kiss our monopolistic asses before we give them anything else. Yeah, they may consider this a win, but wait until we release VS2007 without any unmanaged development support at all. Besides, when we release Vista in 2008, they won't be able to write 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

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

      I was looking for the issue you reported about CTime::Format - I think it was you - and couldn't find it. I could have sworn I'd submitted it to the Product Feedback Center. You could still submit it at http://connect.microsoft.com/[^] and see what they think. Stability. What an interesting concept. -- Chris Maunder

      realJSOPR 1 Reply Last reply
      0
      • L Lost User

        Good news - and they have fixed the std::iostream memory leak. I hope they release this soon.

        N Offline
        N Offline
        Nemanja Trifunovic
        wrote on last edited by
        #8

        Robert Edward Caldecott wrote:

        they have fixed the std::iostream memory leak.

        Yep. And also these stupid "safety" warnings :jig: Now if they would only replace their crappy Dinkumware STL with something faster like STLPort, life would be very good.


        My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

        L G 2 Replies Last reply
        0
        • N Nemanja Trifunovic

          Robert Edward Caldecott wrote:

          they have fixed the std::iostream memory leak.

          Yep. And also these stupid "safety" warnings :jig: Now if they would only replace their crappy Dinkumware STL with something faster like STLPort, life would be very good.


          My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

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

          Nemanja Trifunovic wrote:

          And also these stupid "safety" warnings

          The only one I've come across is when using std::equal - to workaround it I have used stdext::unchecked_equal.

          N G 2 Replies Last reply
          0
          • A A Dingo Stole My Baby

            "The VS2005 SP1 release is a big win for our customers as it contains more fixes than any previous Service Pack." :wtf: What previous service pack and which recent VS version is he talking about? VS 2002? VS 2003? VS 2005?

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #10

            A Dingo Stole My Baby wrote:

            The VS2005 SP1 release is a big win for our customers as it contains more fixes than any previous Service Pack."

            Correction: "The VS2005 product is a big loss for our customers as it contained more bugs than any other release." Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

            1 Reply Last reply
            0
            • M Mike Dimmick

              I was looking for the issue you reported about CTime::Format - I think it was you - and couldn't find it. I could have sworn I'd submitted it to the Product Feedback Center. You could still submit it at http://connect.microsoft.com/[^] and see what they think. Stability. What an interesting concept. -- Chris Maunder

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

              It had already been reported when I found it, and it's even listed in the Libraries section of the service pack. I'm not sure what's been done though in terms of addressing the problem. It's COleDateTime btw...

              "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
              • L Lost User

                Nemanja Trifunovic wrote:

                And also these stupid "safety" warnings

                The only one I've come across is when using std::equal - to workaround it I have used stdext::unchecked_equal.

                N Offline
                N Offline
                Nemanja Trifunovic
                wrote on last edited by
                #12

                Even with std::copy it would complain.


                My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

                1 Reply Last reply
                0
                • L Lost User

                  Nemanja Trifunovic wrote:

                  And also these stupid "safety" warnings

                  The only one I've come across is when using std::equal - to workaround it I have used stdext::unchecked_equal.

                  G Offline
                  G Offline
                  Giles
                  wrote on last edited by
                  #13

                  I just pragma them out.


                  "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

                  1 Reply Last reply
                  0
                  • N Nemanja Trifunovic

                    Robert Edward Caldecott wrote:

                    they have fixed the std::iostream memory leak.

                    Yep. And also these stupid "safety" warnings :jig: Now if they would only replace their crappy Dinkumware STL with something faster like STLPort, life would be very good.


                    My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

                    G Offline
                    G Offline
                    Giles
                    wrote on last edited by
                    #14

                    Is it actually that much faster. I use STLPort on Linux and Solaris, and have used it once on Windows, though I never bothered benchmarking.


                    "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

                    1 Reply Last reply
                    0
                    • F flippydeflippydebop

                      <rubbing hands>ahh-haaa... some info on the upcoming service pack for VC++ 2005</rubbing hands> http://blogs.msdn.com/vcblog/archive/2006/06/22/643325.aspx[^] Plus a list of fixes: IDE[^] Compiler Back End[^] Compiler Front End[^] Libraries[^] <Mr-Burns-Style>Egggceelllent...<Mr-Burns-Style>

                      C Offline
                      C Offline
                      Chris Maunder
                      wrote on last edited by
                      #15

                      In the IDE list: Visual Studio 2005 just disappears (nagual) Visual Studio ...disappears?? That's quite some bug. (BTW - nice comment from Marc: VS2005 was released prematurely and was a big loss for our customers as it contained more bugs than any other product release. Ouch!) cheers, Chris Maunder

                      CodeProject.com : C++ MVP

                      realJSOPR 1 Reply Last reply
                      0
                      • C Chris Maunder

                        In the IDE list: Visual Studio 2005 just disappears (nagual) Visual Studio ...disappears?? That's quite some bug. (BTW - nice comment from Marc: VS2005 was released prematurely and was a big loss for our customers as it contained more bugs than any other product release. Ouch!) cheers, Chris Maunder

                        CodeProject.com : C++ MVP

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

                        It happened to me twice. I found it later, hiding under a rock.

                        "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
                        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