GetCompileDateTime CString GetCompileDateTime(void) { CString ret; ret.Format("Date:%s Time:%s",__DATE__, __TIME__); return ret; }