Re: Wrapping modules

2010-08-15 Thread Mattia Barbon
Steve Cookson wrote: Hi, Thanks for this. In fact I did update ExtUtils::XSpp before I started, but I'll await your update. Glad to know it's in progress. Committed now, you will need ExtUtils::XSpp 0.15 for it to compile. I don't think I wasted my time, I did spend time examining

RE: Wrapping modules

2010-08-15 Thread Steve Cookson
Hi Mattia and Mark, Well amazingly, it seems to have worked. Richtext is working as before and I now just need to write a few tests to test the new functions. I'll let you know how it goes. Thank you so much for your support. Regards Steve

Re: Wrapping modules

2010-08-14 Thread Mattia Barbon
Steve Cookson wrote: Hi, Mattia Barbon wrote: I haven't looked at the files, but you must always re-run the top-level Makefile.PL, not the ones in subdirectories. snip Ran again and seemed to go very well until near the end when it all went wrong. Dump follows: insight welcome.

RE: Wrapping modules

2010-08-14 Thread Steve Cookson
a good weekend, and thanks for the email. Regards Steve -Original Message- From: Mattia Barbon [mailto:mattia.bar...@libero.it] Sent: 14 August 2010 07:24 To: Steve Cookson Cc: wxperl-users@perl.org Subject: Re: Wrapping modules Steve Cookson wrote: Hi, Mattia Barbon wrote

RE: Wrapping modules

2010-08-12 Thread Steve Cookson
Mattia Barbon wrote: I haven't looked at the files, but you must always re-run the top-level Makefile.PL, not the ones in subdirectories. Well after a long break fixing other problems, I got back to wrapping RichTextPrintout. I decided on a change of tack. Instead of creating a new

Re: Wrapping modules

2010-06-03 Thread Mattia Barbon
Steve Cookson wrote: Hi Mattia, Well here it is. I'm running under Kubuntu 9.10. In the end I decided just to add the printout class to Mark's existing work on RTPrinting and I hi-jacked RichTextPrinting.xsp. I update the constructor from the line in RichTextPrint.h and also copied the

RE: Wrapping modules

2010-06-02 Thread Steve Cookson
Hi Mattia, Well here it is. I'm running under Kubuntu 9.10. In the end I decided just to add the printout class to Mark's existing work on RTPrinting and I hi-jacked RichTextPrinting.xsp. I update the constructor from the line in RichTextPrint.h and also copied the method lines while deleting

RE: Wrapping modules

2010-05-28 Thread Steve Cookson
There is a partial guide in lib/Wx/NewClass.pod (waiting for your feedback to be improved ;-) Hi Mattia, Sorry this turned out to be so long! Well first of all, after having put this off for a long time, I've taken the plunge. So I'm starting to give this NewClass.pod some attention by trying