From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Koeppe Newsgroups: gmane.lisp.guile.devel Subject: Re: C++ Embeded GOOPS interpreter Date: Thu, 16 Oct 2003 18:43:32 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <1066304154.28107.35.camel@MARZULLO-MIS> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066996352 9870 80.91.224.253 (24 Oct 2003 11:52:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2003 11:52:32 +0000 (UTC) Cc: "Guile \(Devel\)" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 24 13:52:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AD0UX-0005zu-00 for ; Fri, 24 Oct 2003 13:52:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AD0Tr-0004jH-In for guile-devel@m.gmane.org; Fri, 24 Oct 2003 07:51:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AD0Pf-0003TV-AM for guile-devel@gnu.org; Fri, 24 Oct 2003 07:47:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AD0Mq-0002Ze-AI for guile-devel@gnu.org; Fri, 24 Oct 2003 07:45:03 -0400 Original-Received: from [141.44.75.40] (helo=merkur.math.uni-magdeburg.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AD0FC-0000Ks-54 for guile-devel@gnu.org; Fri, 24 Oct 2003 07:36:38 -0400 Original-Received: from gamma ([141.44.75.90] helo=gamma.math.uni-magdeburg.de) by merkur.math.uni-magdeburg.de with esmtp (Exim 4.10) id 1AD0F7-0005Cl-00; Fri, 24 Oct 2003 13:36:33 +0200 Original-Received: (from mkoeppe@localhost) by gamma.math.uni-magdeburg.de (8.12.9+Sun/8.12.8/Submit) id h9OBaUqF013364; Fri, 24 Oct 2003 13:36:30 +0200 (MEST) Resent-Message-Id: <200310241136.h9OBaUqF013364@gamma.math.uni-magdeburg.de> X-Authentication-Warning: gamma.math.uni-magdeburg.de: mkoeppe set sender to mkoeppe@mail.math.uni-magdeburg.de using -f Resent-To: Laurent Marzullo , "Guile (Devel)" Resent-From: Matthias Koeppe Resent-Date: Fri, 24 Oct 2003 13:36:30 +0200 Original-To: Laurent Marzullo In-Reply-To: <1066304154.28107.35.camel@MARZULLO-MIS> (Laurent Marzullo's message of "Thu, 16 Oct 2003 13:35:54 +0200") User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3.50 (usg-unix-v) Resent-Date: Fri, 24 Oct 2003 13:36:33 +0200 X-Warning: no 'abuse'-account in domain mail.math.uni-magdeburg.de (cf. RFC2142/4.) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2920 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2920 Laurent Marzullo writes: > I would like to write a C++ Application which will use a GOOPS > interpreter. > > The C++ application will provide a set of class that could > be used in a scheme programme. > [...] > I've take a look at SWIG to generate wrapper function etc, but > it does not use GOOPS even with -c++ option ? GOOPS support is currently being added to SWIG by John Lenz (for inclusion into SWIG 1.3.20). Some code has already been checked into CVS SWIG; check if it is already good enough for your work. -- Matthias Koeppe -- http://www.math.uni-magdeburg.de/~mkoeppe _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel