char ModulePath[100];
CString TreeRecordPath;
GetModuleFileName(NULL,ModulePath,sizeof(ModulePath));
TreeRecordPath=ModulePath;
char ModulePath[100];
CString TreeRecordPath;
GetModuleFileName(NULL,ModulePath,sizeof(ModulePath));
TreeRecordPath=ModulePath;

被折叠的 条评论
为什么被折叠?