VS 2107, "traditional" (C++ only) Windows app project, would not change Character Set.

  • Thread starter Thread starter BeeBee89
  • Start date Start date
B

BeeBee89

Guest
Hi!

Something happened to my "traditional"Windows app project (I don't want to use ATL nor MFC with this project). It just switched to Multibyte char set, and changing the setting in Project properties (GUI) would not help.

I also tried #define UNICODE in header file, no luck, all WinApis default to A which creates huge problem.

I thought that maybe some global setting kicked in in my Visual Studio installation, so I opened another Windows app project, and this time it defaulted to UNICODE, and would not switch to Multibyte. Strange.

Would you have any idea what might happen, and where I could start looking to have this fixed?

Thank you!

Continue reading...
 
Back
Top