Crash of my Rhinoceros plugin with Qt dialog when in edit field was inputted text like this "è or à or ò" (I use method inline std::wstring QString::toStdWString() const)
Unsolved
General and Desktop
-
Crash of my Rhinoceros plugin with Qt dialog when in edit field was inputted text like this "è or à or ò" (I use method inline std::wstring QString::toStdWString() const). If I input english symbols - all OK. My plugin was compiled with VS2010 x64 and is being used in Rhinoceros 5 x64.
Thanks. -
Now I try to use method QByteArray toUtf8() const Q_REQUIRED_RESULT; and result of dialog work is better. Do you mean this method when said about encoding?
1/3