CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 14 of 14

Threaded View

  1. #9
    Join Date
    Apr 2005
    Posts
    1,828

    Re: 64-bit Boost Libraries

    Quote Originally Posted by Alex F View Post
    Did you make Rebuild All in the project? What are compiler/linker settings for x64 platform?
    VC++ contains different sets of compiler/linker directories for Win32/x64.
    I have Boost built both for Win32 and x64, but I cannot find the command I used to do this
    I will try to find it - usually I keep such things in my archive.
    Offcourse I always clean and then rebuild the solution. As you can see the screenshot. In configuration manager I selected 64-bit compiler.

    I think this "libboost_regex-vc80-mt-1_46_1.lib" is the one responsible for these errors. Any suggestion?
    Attached Images Attached Images

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured