Results 1 to 2 of 2

Thread: Visual C++ 2008 and boost

  1. #1
    Registered+
    Join Date
    Sep 2008
    Posts
    59
    Thanks
    0
    Thanked
    0 times in 0 posts
    • razor92's system
      • CPU:
      • 1.8 Ghz Intel Dual Core
      • Memory:
      • 4GB
      • Storage:
      • 120 GB Fujitsu Harddrive
      • Graphics card(s):
      • NVidia 8400M GS
      • Operating System:
      • Windows Vista Ultimate

    Visual C++ 2008 and boost

    I am trying to use the boost libraries to use the multi-threading functions from boost. I have compiled the libraries and I have used the boost dynamic link header file. However when I then try to include the thread.hpp file to use the thread function I get an error. But without it I cant use the thread functions.
    Could someone please help me with this.

  2. #2
    Senior Member manwithnoname's Avatar
    Join Date
    Dec 2005
    Posts
    1,050
    Thanks
    17
    Thanked
    26 times in 25 posts

    Re: Visual C++ 2008 and boost

    It might be helpful to post the error message and if the code is small to post the code.

    I don't know what boost is, but if the the boost libraries are in a separate directory to the standard c/c++ libraries, if so have you included them in the libraries* path.

    * Might be call include path

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 20-06-2008, 11:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •