CString默认是char*的包装类吧,它如何处理olechar呢?还是要用其他的字符串类才能处理olechar? CString能处理olechar吗? [解决办法]Unicode下
typedef wchar_t WCHAR;typedef WCHAR OLECHAR;