메뉴 건너뛰기

OBG

Programming

Python
2013.12.23 12:37

Embedding Python in C/C++

MoA
조회 수 404 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

http://www.codeproject.com/Articles/11805/Embedding-Python-in-C-C-Part-I

http://www.codeproject.com/Articles/11843/Embedding-Python-in-C-C-Part-II


프로젝트 컴파일 전 준비


1. Visual Studio의 속성에서 VC++ Directories로 이동 후 include, library 폴더 지정

Library 폴더는 (python폴더)Lib, (python폴더)libs 두 개다 하는 것이 좋은듯(?)

2. 프로젝트 속성의 입력에 python27.lib 추가


문제 해결


디버그 모드로 빌드하면 python27_d.lib가 없다는 에러가 뜬다.

해결하려면 파이썬 소스코드를 다운받아 빌드해야 한다고 한다.

아직 해보진 않음


참고


반대로 C/C++ 모듈을 Python에서 쓰려면 boost.python을 이용하는 것이 좋다.

http://www.boost.org/doc/libs/1_55_0/libs/python/doc/

?

  1. Programming 게시판 관련

    Date2014.11.01 CategoryTool/etc ByMoA Views1714
    read more
  2. High-speed Charting Control

    Date2013.07.28 CategoryLibrary ByMoA Views373
    Read More
  3. CreateThread, ExitThread, GetExitCodeThread ...

    Date2013.07.28 CategoryAPI/MFC ByMoA Views373
    Read More
  4. InvalidateRect 함수, flag성 메세지

    Date2013.07.25 CategoryAPI/MFC ByMoA Views378
    Read More
  5. Quake 3 source code and review

    Date2014.01.15 CategoryTool/etc ByMoA Views383
    Read More
  6. 안드로이드 어플 개발 사이트

    Date2013.03.11 CategoryJAVA/Android ByMoA Views386
    Read More
  7. CSS, 자바스크립트 강좌

    Date2013.11.05 CategorySite ByMoA Views388
    Read More
  8. Which Font is the default for MFC Dialog Controls

    Date2013.06.12 CategoryAPI/MFC ByMoA Views391
    Read More
  9. 구글 검색 알고리즘의 원리

    Date2012.08.02 CategoryAlgorithm ByNaya Views392
    Read More
  10. RAND_MAX

    Date2014.01.19 CategoryC/C++ ByMoA Views397
    Read More
  11. CString class

    Date2013.07.28 CategoryAPI/MFC ByMoA Views397
    Read More
  12. Buffer Overrun

    Date2013.07.28 CategoryC/C++ ByMoA Views398
    Read More
  13. Redmine 설치

    Date2013.07.28 CategoryTool/etc ByMoA Views401
    Read More
  14. Embedding Python in C/C++

    Date2013.12.23 CategoryPython ByMoA Views404
    Read More
  15. Great summary cheat sheet (OpenCV)

    Date2013.01.04 CategorySite ByMoA Views406
    Read More
  16. [첫게임 만들기] 5. 적을 생성하자

    Date2013.11.21 CategoryPython ByMoA Views409
    Read More
  17. Simplified Logger Class

    Date2013.07.28 CategoryC/C++ ByMoA Views414
    Read More
  18. C Runtime 환경의 메모리 릭 잡는 방법 (Memory leak)

    Date2012.08.02 CategoryC/C++ ByNaya Views416
    Read More
  19. Visual Studio Debug Tips

    Date2013.02.19 CategoryTool/etc ByMoA Views416
    Read More
  20. 후킹 링크

    Date2013.07.28 CategoryAPI/MFC ByMoA Views416
    Read More
  21. 스레드 강좌 + CreateThread() 와 _beginthreadex() 함수의 차이

    Date2013.07.28 CategoryAPI/MFC ByMoA Views416
    Read More
Board Pagination Prev 1 ... 2 3 4 5 6 7 8 9 10 11 ... 15 Next
/ 15
위로