From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id AAA28251; Tue, 27 Apr 2004 00:44:48 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id AAA28107 for ; Tue, 27 Apr 2004 00:44:47 +0200 (MET DST) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by concorde.inria.fr (8.12.10/8.12.10) with SMTP id i3QMikYM032129 for ; Tue, 27 Apr 2004 00:44:46 +0200 Received: (qmail 22989 invoked by uid 65534); 26 Apr 2004 22:44:45 -0000 Received: from p54808A42.dip.t-dialin.net (EHLO p54808a42.dip.t-dialin.net) (84.128.138.66) by mail.gmx.net (mp008) with SMTP; 27 Apr 2004 00:44:45 +0200 X-Authenticated: #20477425 From: Micha To: caml-list Subject: [Caml-list] re: swig like library... Date: Tue, 27 Apr 2004 00:45:32 +0200 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200404270045.32918.micha-1@fantasymail.de> X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; micha:01 swig:01 swig:01 interfacing:01 idl:01 idl:01 lib:01 lib:01 mentions:02 interface:03 interface:03 library:03 seems:05 seems:05 type:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk ok, now there are forklift, idl and swig. swig seems to be the only lib which can create an interface to a c++ lib. The IDL docu mentions c++ but only with com; or did I misunderstand something? So to interface to a c++ lib I first have to create the relevant c-lib and then with idl or forklift the rest, or use swig from the beginning, or by hand, which seems much to type :-) Has someone experiences interfacing to a c++ - lib? Michael ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners