摘要:
luabind导出字符串 不能导出char* 会有问题 应该是字符串连接的时候出错了 static _TCHAR* pRetChar = new _TCHAR[10]; memcpy(pRetChar,szName,10); return NetE::wtoutf8(pRetChar); //WC... 阅读全文
posted @ 2015-06-24 17:15
rexzhao
阅读(248)
评论(0)
推荐(0)