Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30459 invoked by uid 1010); 30 Oct 2003 19:45:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30435 invoked from network); 30 Oct 2003 19:45:11 -0000 Received: from unknown (HELO smtp.uol.com.br) (200.221.11.52) by pb1.pair.com with SMTP; 30 Oct 2003 19:45:11 -0000 Received: from -allhosts (unknown [200.152.199.162]) by scorpion4.uol.com.br (Postfix) with ESMTP id 8D0C58F49 for ; Thu, 30 Oct 2003 17:45:09 -0200 (BRST) To: internals@lists.php.net Content-Type: text/plain Message-ID: <1067543060.641.17.camel@debian.tacnet.com.br> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 30 Oct 2003 17:44:20 -0200 Content-Transfer-Encoding: 7bit Subject: Graphs and Charts From: menndes@uol.com.br ("Guilherme A. Mendes") Hi all, It may does not make sense, but I'm writing a web based script in C++ and now I need to build 3D pie/bar charts. The best solution and quality I have found was JpGraph that uses PHP Gd Library / Functions. I was thinking about using the PHP source code in my C++ program to generate the charts insted of using the main GD code from Boutell - because the two versions are different, Boutell's GD doesnt have native functions to build 3D images. Is it possible to use the PHP Header in my C++ program to use the features of GD that exits into PHP ? Thanks in advance and sorry if it does not make sense. Regards. MENDES, Guilherme