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: RE : [Caml-list] Examples of creating C++ library bindings |
Nathaniel Gray wrote: > > Unless you're willing to do some work on the SWIG OCaml generator you > should avoid it. The code it generates doesn't compile. Having said > that, if you *do* want to work on the SWIG OCaml generator it would be > a great service to the community! > I also thought about just taking the swig c++ parser and generating some similar binding as I now do by hand - would be interessting. Michael