Boris Rasin
Boris Rasin
One workaround is to have each C++ class defined in it's own C++ header file, with the same name as C++ header file. This way, each generated Java class will...
Thanks for the report. This happens when class has no bridged functions (not even a public default constructor). I have committed a fix. Until new version is released, as a...
Fix released in cmodule v1.0.36 https://www.scapix.com/language_bridge/changelog/
Hi, I have been working on "nonintrusive" mode for Scapix. This will allow bridging unmodified C++ code. This is still a work in progress and will probably take a few...
Can you tell me which C++ library you intend to use, so I can test it?
Somewhat unrelated, but I see you are manually creating pybind11 Python bindings for your library (in folder /mrob/mrobpy). If you start using Scapix, these will also be automatically generated during...
@anastasiia-kornilova I've created new issue for overriding C++ virtual functions in Python: https://github.com/scapix-com/scapix/issues/28 This looks really easy to implement, I will add this in the next release. Meanwhile, I have...
@anastasiia-kornilova overriding virtual C++ functions in Python is implemented in latest Scapix release: https://www.scapix.com/language_bridge/changelog
@anastasiia-kornilova thank you for your suggestion, I documented ways to achieve optional Scapix integration: https://www.scapix.com/language_bridge/optional_integration
Could you please provide an example of how would you like to use **std::future** with Scapix? Using any of the "client" languages.