반응형
MFC2015. 8. 26. 23:56Visual Studio 2013용 멀티바이트 MFC 라이브러리

비주얼 스튜디오 6.0 프로젝트를 비주얼 스튜디오 2013에서 컴파일시 아래 에러 발생해서... 유니코드로 프로젝트를 바꿀려다가 찾아보니 다른 방법이 있네요..( 유니코드로 변경시 수정해야 하는 코드들이 많아질거 같아서 걱정했는데 일단은 다행입니다...) 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 Fi..

반응형
image