on 2024 Mar 15 11:52 AM
In that SDK I've a declaration like this (in Model.h):
Entity* CreateEntity(const char* name, bool ismutable, SessionID* pid = nullptr);
How can I pass a unicode string like
std::wstring sl = L"Vérin à gaz compression INOX Ø10 C150_Sortie";
to "CreateEntity" method ? Are there some string utilities that can be used?
User | Count |
---|---|
5 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.