메뉴 건너뛰기

OBG

Programming

Python
2013.12.23 12:37

Embedding Python in C/C++

MoA
조회 수 413 추천 수 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 Views1950
    read more
  2. High-speed Charting Control

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

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

    Date2013.07.25 CategoryAPI/MFC ByMoA Views385
    Read More
  5. CSpreadSheet

    Date2014.02.03 CategoryLibrary ByMoA Views392
    Read More
  6. Which Font is the default for MFC Dialog Controls

    Date2013.06.12 CategoryAPI/MFC ByMoA Views401
    Read More
  7. CSS, 자바스크립트 강좌

    Date2013.11.05 CategorySite ByMoA Views402
    Read More
  8. 구글 검색 알고리즘의 원리

    Date2012.08.02 CategoryAlgorithm ByNaya Views404
    Read More
  9. 안드로이드 어플 개발 사이트

    Date2013.03.11 CategoryJAVA/Android ByMoA Views405
    Read More
  10. CString class

    Date2013.07.28 CategoryAPI/MFC ByMoA Views406
    Read More
  11. RAND_MAX

    Date2014.01.19 CategoryC/C++ ByMoA Views413
    Read More
  12. Embedding Python in C/C++

    Date2013.12.23 CategoryPython ByMoA Views413
    Read More
  13. Quake 3 source code and review

    Date2014.01.15 CategoryTool/etc ByMoA Views414
    Read More
  14. Great summary cheat sheet (OpenCV)

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

    Date2013.11.21 CategoryPython ByMoA Views418
    Read More
  16. Visual Studio Debug Tips

    Date2013.02.19 CategoryTool/etc ByMoA Views420
    Read More
  17. Buffer Overrun

    Date2013.07.28 CategoryC/C++ ByMoA Views420
    Read More
  18. Redmine 설치

    Date2013.07.28 CategoryTool/etc ByMoA Views422
    Read More
  19. CFormView

    Date2012.01.09 CategoryAPI/MFC By너울 Views425
    Read More
  20. 스레드 강좌 + CreateThread() 와 _beginthreadex() 함수의 차이

    Date2013.07.28 CategoryAPI/MFC ByMoA Views426
    Read More
  21. 후킹 링크

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