Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9885 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10016 invoked by uid 1010); 16 May 2004 22:55:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9992 invoked by uid 1007); 16 May 2004 22:55:53 -0000 Message-ID: <20040516225553.9991.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 17 May 2004 08:55:56 +1000 References: <20040516030854.50210.qmail@pb1.pair.com> Lines: 16 User-Agent: KNode/0.7.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 203.173.57.91 Subject: Re: Extension written in C++ and undefined symbols From: a.frimannsson@student.qut.edu.au (Asgeir Frimannsson) Peter 'Iridium' Waller wrote: > I've currently got some libraries written in C++ with various class > interfaces, I was going to write an interface between them and PHP but > got very stuck trying to get the extension to recognize any C++ linked > to it at all.. Not an answer to your question (since it's allready answered), but might be useful for some: I was searching google the other day, and found a great starter-tutorial by Jay Smith on how to write c++ extensions in ZE2. http://bugs.tutorbuddy.com/php5cpp/php5cpp/index.html regards asgeir frimannsson