MFC Proj Treat WChar_t AS Built in Type issue

I am working with VC++ proj having "Character Set" as "Use Unicode Character Set" and "Treat WChar_t AS Built in Type" as "Yes (/Zc:wchar_t)"in proj settings. We are referring to 2 libs( one requires /Zc:wchar_t - yes and other requires /Zc:wchar_t - no)(referring to ddao35ud.lib). On building project, it throws linker errors related to wchar_t, what changes should I need to do, to make build successfull.

now my question is how can i edit the code so that both /Zc:wchar_t - yes and /Zc:wchar_t - no should work
Topic archived. No new replies allowed.