How to set unicode text in CCombobox::AddString() without compiling whole c++ project in unicode?

250 Views Asked by At

I have a c++ project compiled in ascii. I am using Ccombox MFC class and trying to set unicode text to it using Addstring() method but it's not working. Is there any way/workaround to set unicode text to Ccomobox?

0

There are 0 best solutions below