Browse thread
How to wrap around C++?
[
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: | Michael Ekstrand <michael+ocaml@e...> |
| Subject: | Re: How to wrap around C++? |
On 02/07/2010 10:06 PM, Michael Ekstrand wrote: > * Compiling is tricky, since the OCaml compiler driver doesn't know what > to do with C++. The Swig documentation[1] has a workaround for this, > useful even if you don't use Swig. I forgot the footnote with a link: 1. http://www.swig.org/Doc1.3/Ocaml.html#Ocaml_nn4 - Michael