I have three C++Builder 11 Win32 applications that I have inherited. They all use MBCS and not UNICODE. However, in only one of the 3, UNICODE and MBCS is defined in the debug build only. Of course, this is causing compile errors.
I have checked the project conditional defines and UNICODE is not defined. I have searched all project files and cannot find UNICODE defined anywhere. I am new to Embarcadero, so I hope I am missing something obvious that is causing this. does anyone have an idea of where UNICODE may be getting defined?