Re: Exporting C++ class to Perl?

2001-10-31 Thread Vlad Safronov

Hi,

Actually I mean examples that contain CPP code which has been exported to
Perl..
anyway I'll study 'Inline*' modules.

Vlad.

- Original Message -
From: "Sisyphus" <[EMAIL PROTECTED]>
To: "Vlad Safronov" <[EMAIL PROTECTED]>
Sent: Wednesday, October 31, 2001 3:15 AM
Subject: Re: Exporting C++ class to Perl?


> Hi,
>
> You might be able to do what you want with the 'Inline' and 'Inline::CPP'
> modules from cpan.
>
> Check them out - they're pretty well documented and contain examples.
>
> The inline mailing list is also available for support. For details of how
to
> subscribe to the list, see http://lists.perl.org/ and click on the link to
> 'inline'.
>
> Cheers,
> Rob
> - Original Message -
> From: "Vlad Safronov" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, October 31, 2001 3:26 AM
> Subject: Exporting C++ class to Perl?
>
>
> > Hi,
> >
> > How can I export C++ class and its interface to Perl?
> > Is it just like exporting simple C function to Perl (in perlxs doc.
> > example)?
> > Is there good (not big) CPAN examples for this problem?
> >
> > Vlad.
> >
> >
>




Re: Exporting C++ class to Perl?

2001-10-30 Thread Toni Andjelkovic

Vlad Safronov wrote on Tue, Oct 30 2001 (19:26:40 +0300):
> How can I export C++ class and its interface to Perl?

http://www.johnkeiser.com/perl-xs-c++.html

cu,
-- 
Toni Andjelkovic
<[EMAIL PROTECTED]>




Re: Exporting C++ class to Perl?

2001-10-30 Thread Steven Lembark



-- Vlad Safronov <[EMAIL PROTECTED]>

> Hi,
>
> How can I export C++ class and its interface to Perl?
> Is it just like exporting simple C function to Perl (in perlxs doc.
> example)?
> Is there good (not big) CPAN examples for this problem?

perl -MCPAN -e shell;
get Inline


--
Steven Lembark   2930 W. Palmer
Workhorse Computing   Chicago, IL 60647
+1 800 762 1582