问题描述
大家好,
我正在使用一个dll,它在其功能中使用了一个TCHAR和TCHAR *参数。
和来自QT的我的GUI元素都在表格中QString。
我已经工作了几个小时才找到将QString值转换为TCHAR / TCHAR的方法*
尝试过许多形式和类型......仍然没有快乐。
我可以得到一个代码示例将QString值转换为TCHAR / TCHAR *
QString值到TCHAR tValue
和QString值到TCHAR * rValue
OR是将char *值转换为TCHAR的任何代码帮助和TCHAR *
非常感谢。
Hi all,
I am using a dll, which takes a TCHAR and TCHAR*parameter in its functions.
and my GUI elements from QT are in the form of QString.
I have been working since hours to figure out a way to convert a QString value to TCHAR / TCHAR*
have tried many forms and types..still no joy.
please can i get a code example to convert a QString value to TCHAR / TCHAR*
QString Value to TCHAR tValue
and QString Value to TCHAR* rValue
OR is any code help for converting a char* value to TCHAR and TCHAR*
Thanks a lot.
推荐答案
QString myString to TCHAR wString ??
QString myString to TCHAR wString ??
QString
有 []方法。
这篇关于QString到TCHAR和TCHAR *的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!