Hello there, What are current limitations of interfacing with cpp? I'm interested in std::string in particular. Apart from irrlicht example in manual are there any other reference available? Thank you.
Afaik overriding/implementing (pure) virtual methods still can not be done automatically, but can be achieved by some manual work. Pretty complex c++ application is wrapped here: https://github.com/3dicc/Urhonimoand it has its own string class which is similar to std::string. You might be able to find solution how to do it there.