
I cannot seem to get Boost.Python properly working with version 2.3. I define the root directory correctly, and the version as 2.3 but vc7.1 tries to link to python22.lib instead of python23.lib. How can I solve this? Thanks... --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online

Sebastian Henriksen <henriksens2710@yahoo.com> writes:
I cannot seem to get Boost.Python properly working with version 2.3. I define the root directory correctly, and the version as 2.3 but vc7.1 tries to link to python22.lib instead of python23.lib.
How can I solve this?
Read http://www.boost.org/libs/python/doc/building.html#configuration and note in particular the PYTHON_VERSION variable. HTH, -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
Sebastian Henriksen