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

Threaded View

  1. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: 64-bit Boost Libraries

    Quote Originally Posted by maverick786us View Post
    Do I need a whole new 64-bit version of boost libraries?
    A library is nothing more than source code compiled into object code, and placed in a single file, so of course you need the 64-bit version of the library. It's no different if you compiled half your program using 32-bit compiler, the other half with the 64-bit compiler, and expecting to create a valid program when it gets to the link stage.

    If yes where can I get the instaler?
    www.boostpro.com
    http://www.boostpro.com/download/

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; May 20th, 2011 at 05:17 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
  •  





Click Here to Expand Forum to Full Width

Featured