Skip to main content
Skip table of contents

라이브러리 링크하기

리눅스 라이브러리

/etc/ld.so.conf.d/ 디렉토리 아래에 .conf 확장자(, DRFLib.conf)를 가진 파일 생성하고, 파알 안에  *.so 파일의 경로를 추가한 후  ldconfig 명령어를 실행하여 해당 라이브러리를 설정한다.

윈도우 라이브러리

윈도우 라이브러리는 Microsoft Visual C++ 2010(x86) 재배포 가능 패키지가 설치되어 있지 않은 경우, 정상적으로 동작하지 않을 수 있습니다.

 

C++ 프로젝트에서 본 API를 사용하기 위한 프로젝트 설정은 다음과 같다.

  1. 헤더파일(include) 경로 설정
    [구성 속성]->[C/C++]->[일반]->[추가 포함 디렉터리]
  2. 라이브러리(lib) 경로 설정
    [구성 속성]->[링커]->[일반]->[추가 라이브러리 디렉터리]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.