Will ocaml-ctypes support using C++ libraries some day? #742
Unanswered
UnixJunkie
asked this question in
Q&A
Replies: 2 comments
-
Supporting C++ would be nice. Perhaps the trickiest issue is how to handle name mangling, which varies between implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This becomes a little easier with stub generation (#129), since the compiler can take care of name mangling. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A friend of me had a kind of similar project.
He was planning to support both C and C++
and his thing has some working examples:
https://forge.ocamlcore.org/projects/caml-foreign/
Beta Was this translation helpful? Give feedback.
All reactions