Visual Studio 2013에서 다음과 같은 에러 메세지를 내면서 MFC 프로젝트가 컴파일 되지 않을때가 있다. 이는 2013에서는 MFC를 유니코드만 지원하기 때문에 추가적으로 non-Unicode 라이브러리를 다운 받으라는 말이다. 여러모로 귀찮다.
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.
No comments:
Post a Comment