Re: How to add a new module to Wx

2010-04-13 Thread Mark Dootson
Hi, I thought I'd chip in with a populated template for Steve to test. However, basic testing here brought up a problem. wxRichTextPrinting has no wxRTTI information (there's no IMPLEMENT_CLASS macro) so the wxPerl code ( wxPli_object_2_sv ) throws warnings. The attached patch wraps

Re: How to add a new module to Wx

2010-04-13 Thread Mattia Barbon
Mark Dootson wrote: Hi, I thought I'd chip in with a populated template for Steve to test. However, basic testing here brought up a problem. wxRichTextPrinting has no wxRTTI information (there's no IMPLEMENT_CLASS macro) so the wxPerl code ( wxPli_object_2_sv ) throws warnings. The

Problem with ppm file in wxperl repository

2010-04-13 Thread Alexander
Hello! Today i try install wxperl from ppm. I have some ppm repos and wx version on it have different version trouchelle.com - 0.96 ActiveState - 0.9701 wxperl.co.uk - 0.09701.10 So my choice was wxperl. Installing Ok, but then i run script i have error Perl_croak_xs_usage. if i install

Re: Problem with ppm file in wxperl repository

2010-04-13 Thread Alexander
Hello Mark! I try to do this 3 time. I uninstall all Wx related modules. I don't mix repos, at one time i use only one repository. But this not work for me, i have the same error.

Re: Problem with ppm file in wxperl repository

2010-04-13 Thread Mark Dootson
Hi, which error? missing wxmsw28u_core_vc_custom.dll is a problem with the PPM installation. This error would mean you have some Wx xs module that expects to find an Alien-wxWidgets installation from ActiveState. Perl_croak_xs_usage could be an error in your script. What is the rest of