Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24838 invoked by uid 1010); 22 Feb 2005 09:34:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24822 invoked from network); 22 Feb 2005 09:34:01 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 22 Feb 2005 09:34:01 -0000 X-Host-Fingerprint: 82.165.243.91 u15170962.onlinehome-server.com Linux 2.4/2.6 Received: from ([82.165.243.91:52816] helo=picorp.com) by pb1.pair.com (ecelerity HEAD r(5097)) with SMTP id 75/D4-02951-98CFA124 for ; Tue, 22 Feb 2005 04:34:01 -0500 Received: (qmail 11150 invoked by uid 10004); 22 Feb 2005 09:33:58 -0000 Received: from 164.164.12.120 by u15170962.onlinehome-server.com (envelope-from , uid 2020) with qmail-scanner-1.24 (clamdscan: 0.80/700. spamassassin: 3.0.1. Clear:RC:1(164.164.12.120):. Processed in 0.559522 secs); 22 Feb 2005 09:33:58 -0000 Received: from unknown (HELO ?172.16.143.82?) (arjun@164.164.12.120) by picorp.com with SMTP; 22 Feb 2005 09:33:57 -0000 Message-ID: <421AFC5E.7020700@picorp.com> Date: Tue, 22 Feb 2005 15:03:18 +0530 User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: C++ Extension From: arjun@picorp.com (Arjun Jain) Hi, Thank you very much Pierre and Michael. I will get going with PECL. The problem I am facing is that the PI API is a C++ framework. And, it is under constant updation. So, if I manually write the wrapper functions, there will be a huge problem in maintaining it. I was wondering if there is a could be a way in which I could load these libraries and just expose the interface in php. (something like the ImageMagic library). Is that possible? Thanking you in advance. Regards Arjun