JeffV wrote:
Wow...I think I just figured it out. Almost by accident. I was playing with creating new projects with different settings in the AppWizard and adding those source files to compile. After several tries, I discovered that if I unchecked use Unicode support libraries, the project compiles without any of those errors.
That might do it lol...
msdn wrote:
A CString object supports either the char type or the wchar_t type. Which one it supports depends on which one of the symbols, MBCS or UNICODE, is defined at compile time.
I saw that before but I would have thought you'd get errors saying something about unicode... maybe it had something to do with the special CString type. But congrats on fixing it...
