Boost bind() function freezes VC.NET 7.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve V

    Boost bind() function freezes VC.NET 7.1

    Hi
    I'm using visual c++ .net 7.1 and so I'm taking advantage of the some of the
    classes in the boost library, like bind.hpp and function.hpp
    The problem is that this particular header will occasionally freeze visual
    studio, causing me to force it to shut down and lose whatever changes I've
    made :(

    I can't find anything anywhere on the net that mentions this behaviour so if
    anyone can suggest anything I'd be very appreciative
  • Carl Daniel [VC++ MVP]

    #2
    Re: Boost bind() function freezes VC.NET 7.1

    Steve V wrote:[color=blue]
    > Hi
    > I'm using visual c++ .net 7.1 and so I'm taking advantage of the some
    > of the classes in the boost library, like bind.hpp and function.hpp
    > The problem is that this particular header will occasionally freeze
    > visual studio, causing me to force it to shut down and lose whatever
    > changes I've made :(
    >
    > I can't find anything anywhere on the net that mentions this
    > behaviour so if anyone can suggest anything I'd be very appreciative[/color]

    I don't know if it's related, but there's a bug fixed in Whidbey that would
    cause the IDE to lock up - it's an Intellisense bug.

    If you never open bind.hpp/function.hpp in the IDE do you have any problems?
    (i.e. is this just an IDE problem, or is it a compilation problem?)

    -cd


    Comment

    • Steve V

      #3
      Re: Boost bind() function freezes VC.NET 7.1

      Thanks for your response, Carl

      It is an IDE problem. It never happens during compilation, only when I'm
      browsing through some code, so it may be the intellisense bug you mentioned.

      Assuming it is, I will need to upgrade. Sorry to keep this topic going, but
      do you know of any upgrade options from 2003 to 2005?

      Comment

      • William DePalo [MVP VC++]

        #4
        Re: Boost bind() function freezes VC.NET 7.1

        "Steve V" <Steve V@discussions.m icrosoft.com> wrote in message
        news:2DF76A8A-C929-4AC1-9DD2-C9C8D59271EB@mi crosoft.com...[color=blue]
        > Assuming it is, I will need to upgrade.
        > Sorry to keep this topic going, but[/color]

        Don't be sorry, questions are what this group is for. :-)
        [color=blue]
        > do you know of any upgrade options from 2003 to 2005?[/color]

        There aren't any, 2005 is not released yet. You can download the _beta_ if
        you like



        Regards,
        Will


        Comment

        • Bo Persson

          #5
          Re: Boost bind() function freezes VC.NET 7.1


          "William DePalo [MVP VC++]" <willd.no.spam@ mvps.org> skrev i meddelandet
          news:OgqG56HIFH A.3332@TK2MSFTN GP15.phx.gbl...[color=blue]
          > "Steve V" <Steve V@discussions.m icrosoft.com> wrote in message
          > news:2DF76A8A-C929-4AC1-9DD2-C9C8D59271EB@mi crosoft.com...[color=green]
          >> Assuming it is, I will need to upgrade.
          >> Sorry to keep this topic going, but[/color]
          >
          > Don't be sorry, questions are what this group is for. :-)
          >[color=green]
          >> do you know of any upgrade options from 2003 to 2005?[/color]
          >
          > There aren't any, 2005 is not released yet. You can download the
          > _beta_ if you like
          >
          > http://lab.msdn.microsoft.com/vs2005/
          >
          > Regards,
          > Will
          >[/color]

          But, of course, the bug is still present in the beta. :-(


          Bo Persson


          Comment

          • William DePalo [MVP VC++]

            #6
            Re: Boost bind() function freezes VC.NET 7.1

            "Bo Persson" <bop@gmb.dk> wrote in message
            news:OPyDqgNIFH A.4060@TK2MSFTN GP14.phx.gbl...[color=blue]
            > But, of course, the bug is still present in the beta. :-([/color]

            Hmm, I thought Carl wrote that the bug is fixed in Whidbey?

            Regards,
            Will[color=blue]
            >[/color]


            Comment

            • Carl Daniel [VC++ MVP]

              #7
              Re: Boost bind() function freezes VC.NET 7.1

              William DePalo [MVP VC++] wrote:[color=blue]
              > "Bo Persson" <bop@gmb.dk> wrote in message
              > news:OPyDqgNIFH A.4060@TK2MSFTN GP14.phx.gbl...[color=green]
              >> But, of course, the bug is still present in the beta. :-([/color]
              >
              > Hmm, I thought Carl wrote that the bug is fixed in Whidbey?[/color]

              The bug was closed indicating that it was fixed. It's possible that the fix
              is in Beta 2 though. It's also possible that it's a different bug.

              I'd suggest reporting the bug on the MSDN product feedback center just in
              case it's a different bug.

              -cd


              Comment

              • Arnaud Debaene

                #8
                Re: Boost bind() function freezes VC.NET 7.1

                William DePalo [MVP VC++] wrote:
                [color=blue]
                >
                > There aren't any, 2005 is not released yet. You can download the
                > _beta_ if you like[/color]

                Other options with Visual 2003 :
                - Disable Intellisense altogether (yuk!)
                - Use Visual Assist (beware, highly addictive!)

                Arnaud
                MVP - VC


                Comment

                Working...