1.combox取值时爆掉 CString match_class,type;
match_class = "";
type = "";
m_comboClass.GetWindowText(match_class);
m_comboType.GetWindowText(type);
2.TCHAR *path = new char[MAX_PATH+1];
GetModuleFileName(::GetModuleHandle(NULL),path,MAX_PATH);
 error C2440: 'initializing' : cannot convert from 'char *' to 'unsigned short *'小生第一次在unicode下写程序,十分郁闷,请大家赐教