How to deal with external cpp strings returns?

About Monkey 2 Forums Monkey 2 Programming Help How to deal with external cpp strings returns?

This topic contains 1 reply, has 2 voices, and was last updated by  Mark Sibly 1 year, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13168

    abakobo
    Participant

    There is the CString for C style strings (const char*).
    But how can I manage an external function of this type:
    std::string getPath(some_args);
    Do I have to wrap it cpp side?

    #13169

    Mark Sibly
    Keymaster

    Yes you will have to wrap it natively.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.