[C++-sig] Full Cross-Module Support for Boost Python on Windows

2009-01-08 Thread Del Robins
Hi all, I am new to Python and just recently started using boost python to create some wrappers for some C++ static libraries. I have been able to get most everything to work from the documentation and community examples. Thank you for your efforts. The one issue that I am still hitting

Re: [C++-sig] Full Cross-Module Support for Boost Python on Windows

2009-01-08 Thread David Abrahams
on Thu Jan 08 2009, "Del Robins" wrote: > Hi all, > > > > I am new to Python and just recently started using boost python to > create some wrappers for some C++ static libraries. I have been able > to get most everything to work from the documentation and community > examples. Thank you for

Re: [C++-sig] Full Cross-Module Support for Boost Python on Windows

2009-01-08 Thread Del Robins
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 boos

Re: [C++-sig] Full Cross-Module Support for Boost Python on Windows

2009-01-08 Thread David Abrahams
on Thu Jan 08 2009, "Del Robins" 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 th