how to use boost.thread

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dingounan@163.com

    #1

    how to use boost.thread

    how to compile boost.thread,an d set it?
    I have trouble.
    platform: windows XP
    compiler: Borland C++ Compiler 5.5.1 commandline tools
    thanks.
  • Duane Hebert

    #2
    Re: how to use boost.thread


    <dingounan@163. com> wrote in message news:299a9e38.0 410010528.64a59 c8b@posting.goo gle.com...[color=blue]
    > how to compile boost.thread,an d set it?
    > I have trouble.
    > platform: windows XP
    > compiler: Borland C++ Compiler 5.5.1 commandline tools[/color]

    Which version of boost? Borland has problems with this
    if the thread lib isn't static and the latest version of boost
    has trouble if it is. I had to stick with the previous version
    of boost and compile my own static lib with the boost
    source files to use it with BCB5 and BCB6.


    Comment

    • dingounan@163.com

      #3
      Re: how to use boost.thread

      "Duane Hebert" <spoo@flarn2.co m> wrote in message news:<4Xv7d.165 79$t5.926143@wa gner.videotron. net>...[color=blue]
      > <dingounan@163. com> wrote in message news:299a9e38.0 410010528.64a59 c8b@posting.goo gle.com...[color=green]
      > > how to compile boost.thread,an d set it?
      > > I have trouble.
      > > platform: windows XP
      > > compiler: Borland C++ Compiler 5.5.1 commandline tools[/color]
      >
      > Which version of boost? Borland has problems with this
      > if the thread lib isn't static and the latest version of boost
      > has trouble if it is. I had to stick with the previous version
      > of boost and compile my own static lib with the boost
      > source files to use it with BCB5 and BCB6.[/color]

      boost_1_31_0

      Comment

      • Duane Hebert

        #4
        Re: how to use boost.thread


        <dingounan@163. com> wrote in message news:299a9e38.0 410032023.1a1c2 3a3@posting.goo gle.com...
        [color=blue][color=green]
        > > Which version of boost? Borland has problems with this
        > > if the thread lib isn't static and the latest version of boost
        > > has trouble if it is. I had to stick with the previous version
        > > of boost and compile my own static lib with the boost
        > > source files to use it with BCB5 and BCB6.[/color]
        >
        > boost_1_31_0[/color]

        We couldn't go past boost_1_30_2 and with
        that one, we had to take the cpp files from the
        thread subdirectory and compile and link them
        into a static library. What errors are you
        getting?


        Comment

        Working...