Home > Software engineering >  Turn to the great god, VS2010 after upgrade to 2013 generating project appear mistake!
Turn to the great god, VS2010 after upgrade to 2013 generating project appear mistake!

Time:10-10

1> -- -- -- -- -- - has started to generate: project: LoginKingUO, configuration, Release the Win32 -- -- -- -- -- --
1> Generate the start time for the 2016-09-16 11:10:22,
1> C: \ Program Files \ MSBuild \ Microsoft (x86) Cpp \ v4.0 \ V120 \ Microsoft CppBuild. The targets (376, 5) : error MSB8031: Building an MFC project for a non - the Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. See http://go.microsoft.com/fwlink/p/? LinkId=286820 for more information.
1>
1> Generate failure,
1>
1> Elapsed time 00:00:00. 01
==========: zero success, failure, latest 0, 0 skip==========


Turn to the great god help me to solve the above problem, thank you,,,

CodePudding user response:

Project needs to set to UNICODE support or download library

CodePudding user response:

Sets the Character Set try

http://blog.csdn.net/xiaochunzao/article/details/16987703

CodePudding user response:

Because your project is not unicode character set, and 2013 the default and do not support unicode compiled, so you must modify the project character set or appropriate compile download resources, based on my experience, if you use a wide range of the project in a non-unicode function, change the project to unicode is going to be a nightmare
  • Related