출처 : http://intra97.tistory.com/240
VS2013에서 MBCS(Multi-Byte Character Set)로 설정된 MFC 프로젝트를 컴파일하면 다음과 같은 에러 발생한다.
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 369 5 IOKF_Client
2013 부터는 MBCS용 MFC 라이브러리(DLL)가 제공되지 않는다.
디볼트인 유니코드를 사용 권장하기 때문... --;
아래 사이트에서 다운받고 설치하면 된다.
http://www.microsoft.com/ko-kr/download/details.aspx?id=40770
'Programming > C&C++' 카테고리의 다른 글
현재 시간 millisecond(밀리세컨드)까지 가져오기 (0) | 2017.06.27 |
---|---|
C++ string 정리 (C++ 문자열) (0) | 2017.06.26 |
CMake로 프로젝트 생성 후 프로젝트 INSTALL Error (0) | 2017.05.18 |
C++ 싱글톤 패턴 (0) | 2017.03.30 |
Visual Studio 2013 폴딩 접기/펴기 단축키 (0) | 2017.03.29 |