>>>>> "Alexandre" == Alexandre Gillet <gillet at scripps.edu> writes:
Alexandre> Hi, I am trying to wrappe a c++ library using swig on
Alexandre> windows(windows 2000,swig1.3.11).
Not an answer, but boost::python has much better support for wrapping
C++ than SWIG.
http://www.boost.org/libs/python/doc/
John Hunter