Browse thread
Examples of creating C++ library bindings
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Joel Reymont <joelr1@g...> |
| Subject: | Re: RE : [Caml-list] Examples of creating C++ library bindings |
On Feb 19, 2007, at 2:26 PM, Mathias Kende wrote: > http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html#htoc232 > > Is it what you're looking for ? Mathias, thanks for the pointer. I'm looking for a reasonably small but idiomatic (is there such a thing with FFI?) example of C++ bindings. I would like to know if I should I prefer classes or use modules, for example. Do I go with SWIG or do it manually? Thanks, Joel -- http://wagerlabs.com/