iceoryx2 icon indicating copy to clipboard operation
iceoryx2 copied to clipboard

Personal Confusion

Open 1511563371 opened this issue 1 month ago • 2 comments

Should I bind rust using the CXX tool or bind ffi manually?

I see that you use manual binding of ffi in your code.

Is it more appropriate to rebind C++ using the CXX tool?

1511563371 avatar Nov 02 '25 04:11 1511563371

@1511563371 If you want to use the C++ language bindings you can follow the C++ build instructions from here: https://github.com/eclipse-iceoryx/iceoryx2/tree/main/examples/cxx

And in the iceoryx2 book you find a short section how to add iceoryx2 to your project, see: https://ekxide.github.io/iceoryx2-book/main/getting-started/quickstart.html

elfenpiff avatar Nov 02 '25 04:11 elfenpiff

@1511563371 Did the links help you, or do you have some more questions?

elfenpiff avatar Nov 04 '25 01:11 elfenpiff