[
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: | Richard Jones <rich@a...> |
| Subject: | Re: [Caml-list] How to use C++ library iin OCaml? |
On Wed, May 02, 2007 at 10:40:51AM +0100, guanhua he wrote: > Does anyone know can I use C++ library in OCaml and how? Read: http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html You'll have problems with the C++ name mangling, and it'll be tricky if the library uses lots of templates, exceptions or even complicated object features, but in principle it should be possible. Which library? Rich. -- Richard Jones Red Hat