본문 바로가기
Programming/C++

visual studio 정적 라이브러리 lib 추가 방법

by OKOK 2017. 10. 18.

1. header (*.h) 디렉토리 추가 : 

C/C++ -> General -> Additional Include Directories


2. lib 등 빌드된 라이브러리 바이너리 디렉토리 추가

Linker -> General -> Additional Library Directories


3. lib 파일 지정 : 파일명을 적는다.

Linker -> Input -> Additional Dependencies



출처: http://scripter.co.kr/294 [superAction]



표준 헤더 파일 위치 찾기

https://m.blog.naver.com/PostView.nhn?blogId=jwj981417&logNo=220128463336&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F