From: Mattia B. <mat...@li...> - 2006-08-02 18:58:04
|
On Tue, 1 Aug 2006 21:59:23 +0200 "Mark Wardell" <ma...@ne...> wrote: Hi, > I have started to follow Wx::GLCanvas but I can come up short trying to use > *.xsp files. > > 1) How can I use xsubppp.pl from a 3rd party wxPerl module such as > Wx::PdfDocument? > 2) How do I include the core wxPerl typemap.xsp? (I am assuming I need to) At the moment you can't; I will need to split the XS++ parser from core wxPerl and release it on CPAN. But not today... For now you can simply include scripts/xsubppp.pl and related files in Wx::PdfDocument. I know it is not a very good soution, but it works for now. HTH Mattia |