On Mon, 12 Apr 2004, Billy N. Patton wrote: > I'm taking a look at putting an extention onto large c++ library. >
Take a look at how XML::Xerces does it. I'm not a big fan of SWIG, but this module wraps a huge number of classes semi-automatically. It probably couldn't have been done manually (at least not with a sane programmer at the completion).