본문 바로가기
프로그래밍/C, C++

MFC - Visual Studio 6.0 with Platform SDK 2003 설정

by 꾸션 2019. 2. 19.

Platform SDK 다운로드 링크주소는 아래와 같습니다.

 

1. Platform SDK 설치 후 헤더(Include files)와 라이브러리(Library files)폴더 설정을 아래와 같이 해 주세요.

Visual Studio 6.0의 메뉴에서 Tool -> Options -> Directories 으로 가서 아래와 같이 설정 해 주세요.

(※ Platform SDK 헤더와 라이브러리가 먼저 선택되도록 리스트에서 상단으로 옮겨주세요.)

 

Include files 폴더 설정 화면
Include files 폴더 설정

 

Library files 폴더 설정 화면
Library files 폴더 설정

 

2. Platform SDK 2003 Server를 설치 후 기존 프로젝트를 빌드했을 때 "uuid.lib lnk1103"에러가 발생하는 경우 아래와 같이 조치하세요.

Platform SDK 2003 Server를 설치한 폴더에서 Lib폴더(기본 설치한 경우:C:\Program Files\Microsoft Platform SDK\Lib)안에 Uuid.Lib파일을 삭제하거나, _Uuid.Lib와 같은 이름으로 변경하세요.

 

반응형

댓글