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
출처 : http://intra97.tistory.com/240
'개발지식창고 > MFC' 카테고리의 다른 글
디렉토리 파일 변화감지 (0) | 2017.07.10 |
---|---|
Visual Studio 2013 Error lnk2026: module unsafe for safeseh image (0) | 2015.03.05 |
VS2010 crashes when editing (about ActivityLog.xml) (0) | 2014.04.24 |
Excel Automation ( 4. Save As ) (0) | 2012.06.29 |
Excel Automation ( 3. 데이타 쓰기 ) (0) | 2012.06.29 |