small tip : Convert char * to LPCTSTR
CA2W(str)
for example
char str[100];
sprintf(str, "str_%d", 100);
CString A = CA2W(str);
^^
for example
char str[100];
sprintf(str, "str_%d", 100);
CString A = CA2W(str);
^^
The study blog from marearts.com
Computer Vision & Machine Learning Research Laboratory