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-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 the

RE: Wrapping modules

2010-08-14 Thread Steve Cookson
files. Have 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,

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. Ran again and seemed to go very well until near the end when it all went wrong. Dump follows: insight welcome. Contr

RE: Wrapping modules

2010-08-13 Thread Steve Cookson
Well, I've continued to experiment. Here are the files I've updated: Files updated: RichText.pm typemap typemap.xsp typemap.svn-base typemap.xsp.svn-base RichTextPrinting.xsp Not RichText.xs because I used Mark's file. I'm still getting the sam

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 RichTe

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 method

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 a

Re: Wrapping modules - UPDATE, please ignore last post).

2010-05-30 Thread Mattia Barbon
Steve Cookson wrote: Hi, There is a partial guide in lib/Wx/NewClass.pod (waiting for your feedback to be improved ;-) 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 to wrap wxRichText

RE: Wrapping modules - UPDATE, please ignore last post).

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

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

Re: Wrapping modules

2010-05-10 Thread Mattia Barbon
Steve Cookson wrote: Hi, I've been looking at what you need to do to Wrap a module (Eg RichTextPrinting) to take a recent example. Is there a step-by-step guide anywhere? There is a partial guide in lib/Wx/NewClass.pod (waiting for your feedback to be improved ;-) Regards, Mattia