Hi,
I’m having to write a function in Objective-C, which I’m not really familiar with.
What is the best way to convert from NSMutableString* to wxString, please?
Very best wishes.
Tim
On 7 Jul 2026, at 18:11, t...@raisedbar.net wrote:
--
Please read https://www.wxwidgets.org/support/mlhowto.htm before posting.
---
You received this message because you are subscribed to the Google Groups "wx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wx-users+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wx-users/009a01dd0e22%24ef8b1790%24cea146b0%24%40raisedbar.net.
wxString mywx = wxString::FromUTF8([myMutableStr UTF8String]);
To view this discussion visit https://groups.google.com/d/msgid/wx-users/08A21085-8CF1-46BC-B828-6CCF260A64B1%40gmail.com.