Re: [C++-sig] Problem Compiling Boost.Python Example

2012-04-05 Thread Adam Preble
Now that you have the binaries, you should be ready to use them. There should be no need to configure jam files. If you start pointing to those libraries in your Visual Studio project, they should link with your code. This assumes the binaries you're using mate up with how you'd building your Vi

Re: [C++-sig] Problem Compiling Boost.Python Example

2012-04-05 Thread Payam Shiva
I downloaded the prebuilt binaries from here: http://boost.teeks99.com/ but I don't know how to use them. Right now, Boost source is decompressed in C:\Boost\boost_1_49_0 and the prebuilt binaries are in C:\Boost\lib32. I couldn't find anything in the jamfile about binaries. Can you help me configu