in reply to Wrapping a C library

You probably want to try h2xs.

The page you link to says the library is object oriented C. This means it's probably not trivial to meaningful wrap its semantics for use in perl in a natural way.

You're going to have to learn some C if you want to do this. You're going to have to learn how to use either perlxs or SWIG.

Replies are listed 'Best First'.
Re^2: Wrapping a C library
by syphilis (Archbishop) on Mar 13, 2009 at 23:14 UTC