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 라이브러리 링크
위 링크에서 멀티바이트 라이브러리를 다운받아 설치한다.
해결되셨다면 아래 공감 한번 눌러주세요~
반응형
'ERROR' 카테고리의 다른 글
[APM_SETUP] 포트 80번포트가 동작중입니다. (0) | 2016.06.10 |
---|---|
[android] android studio 설치 실패 시 대처방법 (0) | 2016.06.10 |
[Windows] 프로그램 창이 화면 밖으로 나갔을 때 해결방법 (2) | 2016.06.10 |
[C] 파일 입출력 C4996 에러 (0) | 2016.06.09 |
[C]C4996 에러코드 'fopen': This function or variable may be unsafe. ... (0) | 2016.06.08 |
Comments