[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
- Previous message: [C++-sig] Full Cross-Module Support for Boost Python on Windows
- Next message: [C++-sig] Vector of abstract class pointers with boost::python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
HTH,
Dave Abrahams BoostPro Computing http://www.boostpro.com
- Previous message: [C++-sig] Full Cross-Module Support for Boost Python on Windows
- Next message: [C++-sig] Vector of abstract class pointers with boost::python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]