[C++-sig] Full Cross-Module Support for Boost Python on Windows (original) (raw)

David Abrahams dave at boostpro.com
Fri Jan 9 03:22:40 CET 2009


on Thu Jan 08 2009, "Del Robins" <Del_Robins-AT-symantec.com> wrote:

Sorry, the problem is being able to find classes/types wrapped and exported from module A that are used as a parameter/argument type to a function in module B. It all works fine when they are in the same module.

You may have hit the nail on the head though, I'm using the static version of the boost libs because of some other conflicts with the runtime dll and another one of our libraries. I will write a test to verify/clarify the situation.

http://www.boost.org/doc/libs/1_37_0/libs/python/doc/building.html#choosing-a-boost-python-library-binary

HTH,

Dave Abrahams BoostPro Computing http://www.boostpro.com



More information about the Cplusplus-sig mailing list