Block UI 获取treelist column值

今天码代码时发下个问题:

const char* chrs=rootNode->GetColumnDisplayText(j).GetLocaleText();

chrs为空,而用以下代码:

 char tem[100];
 strcpy(tem,rootNode->GetColumnDisplayText(j).GetLocaleText());

tem是有有效值的,原因不明,不顾问题能解决就好.

posted on 2014-02-14 15:02  程序员乌鸦  阅读(298)  评论(0编辑  收藏  举报

导航