Re: Inline::CPP problem => Virtual destructors and Editor::Copy()

2005-03-21 Thread Piers Harding
Hi, I have just tried this under Perl 5.8.5, and renamed Copy to xCopy, which has compiled cleanly. Further - I had to change $e->cut to $e->Cut. Cheers, Piers Harding. On Mon, Mar 21, 2005 at 03:36:00PM +0100, Subir Sarkar wrote: > Hi all, > > I'm trying to use a C++ library from Perl usi

Re: Inline CPP problem

2002-08-12 Thread Patrick LeBoutillier
;- Patrick - Original Message - From: "Piers Harding" <[EMAIL PROTECTED]> To: "Constantine Elster" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 9:09 AM Subject: Re: Inline CPP problem > > For what its worth -

Re: Inline CPP problem

2002-08-12 Thread Constantine Elster
I try to use it on Windows with ActiveState perl 5.6.1 build 630 and Microsoft Compiler (cl) version 12.00.8168... and it doesn't work :(( At 02:09 PM 8/12/2002 +0100, Piers Harding wrote: >For what its worth - this works fine as is under Linux (RH 7.3). The >error that you are getting looks v

Re: Inline CPP problem

2002-08-12 Thread Piers Harding
For what its worth - this works fine as is under Linux (RH 7.3). The error that you are getting looks vaguely familiar of a compiler choice error - are you sure that you are invoking a C++ compiler and not a C one? Cheers. On Mon, Aug 12, 2002 at 02:55:35PM +0200, Constantine Elster wrote: > H