In my business I developed some C++ libs that are the cornerstone of all my projects. Last year I started working on a Perl wrapper that will let me use these C++ libs from any Perl script. If this is the kind of thing you are looking for information on I would be glad to post a simple example of how to do this.
The limitation of this is that two different C++ libs loaded in Perl cannot talk to each other directly, that is to say if you write your own C++ object that inherits from Qt it will not function with the PerlQt objects that are available via Smoke. As you may know Smoke is the wrapper that PerlQt uses the Qt C++ libs.
That is not to say it cannot be done, I think it could be done but as you may know there are steps to ensure that the security of an application is not violated.
On Mon, 2007-07-16 at 11:00 +0100, Richard Dale wrote:
On Monday 16 July 2007, rostrada@... wrote:
> I like use Perlqt and my custom library in C++ .
> I find an examples perlqt + C++
I haven't any experience or examples of doing this, but someone on the
kde-perl list might be able to help.
-- Richard
_______________________________________________
Kde-perl mailing list
Kde-perl@...
https://mail.kde.org/mailman/listinfo/kde-perl
_______________________________________________
Kde-perl mailing list
Kde-perl@...
https://mail.kde.org/mailman/listinfo/kde-perl