Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will ocaml-ctypes support using C++ libraries some day? #32

Closed
UnixJunkie opened this issue Jul 5, 2013 · 2 comments
Closed

Will ocaml-ctypes support using C++ libraries some day? #32

UnixJunkie opened this issue Jul 5, 2013 · 2 comments

Comments

@UnixJunkie
Copy link

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/

@yallop
Copy link
Owner

yallop commented Jul 5, 2013

Supporting C++ would be nice. Perhaps the trickiest issue is how to handle name mangling, which varies between implementations.

@yallop
Copy link
Owner

yallop commented May 14, 2014

This becomes a little easier with stub generation (#129), since the compiler can take care of name mangling.

Repository owner locked and limited conversation to collaborators Apr 29, 2023
@yallop yallop converted this issue into discussion #742 Apr 29, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

2 participants