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: | micha <micha-1@f...> |
| Subject: | Re: [Caml-list] Examples of creating C++ library bindings |
Joel Reymont wrote: > Are there any examples of creating C++ library bindings? > > Thanks, Joel I have done it few times, mostly just to see how it works. At the moment I'm writing a (hopefully) real usable binding to a c++ lib. For big libs it's better (faster) to generate them but if you want some (small) part, you can do it yourself, it's much writing. I can send my code as an example and answer questions (no docu yet). It mirrors a c++ lib on the ocaml side, with working inheritance and overwritable virtual functions and event callbacks cheers Michael