SPRING :: NOTE

[C/C++] error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. 본문

ERROR

[C/C++] error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library.

RAYZIE 2016. 6. 10. 13:48
반응형

오류 1 error MSB8031: Building an MFC project for a non-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. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets 376 5 converter



위와같은 에러가 난다.


Visual Studio 2013부터는 유니코드 사용을 권장하기 때문에 

MBCS용 MFC 라이브러리가 제공되지 않는다.(DLL이 제공되지 않음.)


이에, 에러를 해결하기 위해 멀티바이트 MFC 라이브러리를 다운받아 설치해주면 된다.


멀티바이트 MFC 라이브러리 링크


위 링크에서 멀티바이트 라이브러리를 다운받아 설치한다.




해결되셨다면 아래 공감 한번 눌러주세요~

반응형
Comments