1.Visual Studio C++ 프로젝트 설정하기

ProudNet을 사용하려면 설치된 ProudNet의 폴더에서 다음을 import해야 합니다.

• ProudNetServer or ProudNetClient 헤더 파일

• ProudNetServer or ProudNetClient 라이브러리 파일

1.1ProudNet 헤더 파일 참조하기

ProudNet 설치 폴더의 include 폴더에는 ProudNetServer, ProudNetClient 헤더 파일이 있습니다. Server 프로젝트 에서는 ProudNetServer 헤더 파일을 Client 프로젝트에서는 ProudNetClient 헤더파일을 가져오도록 합니다.

Project

HeaderFile

Server

ProudNetServer.h

Client

ProudNetClient.h

그림 1-1Common Property Pages

그림 1-2Additional Dependencies

1.2ProudNet 라이브러리 추가하기

라이브러리<ProudNetClient.lib> 디렉토리 경로 설정하기

무조건 아래의 경로를 사용하시면 안됩니다. 실제 프라우드넷이 설치된 디렉토리와, 각 환경에 맞춰 설정해 주십시오.

아래 이미지들은 Win32, Debug 모드에서 캡쳐한 스크린샷입니다.

아키텍쳐 및 플랫폼 별 라이브러리 경로는 다음 링크의 페이지에 나와있습니다.

http://guide.nettention.com/tutorial_ko#pathtree

그림 1-3Common Property Pages

그림 1-4Additional Library Directories

라이브러리<ProudNetClient.lib> Dependencies 설정하기

그림 1-5Common Property Pages

그림 1-6Additional Dependencies

1.3PIDL 컴파일 설정 하기

Windows에서 PIDL 컴파일러 실행하기를 참조하여 주십시오.