2009年9月15日

Using Boost.Python in Windows/Visual C++ 9.0

  1. 安裝Python
  2. 解壓縮Boost
  3. 設置目錄
    1. Visual Express->工具->選項->VC++目錄->顯示目錄選擇Include檔案
      • 加入Boost路徑 Ex. D:\Programming\Tools\boost
      • 加入Python Include檔路徑 Ex. C:\Python\include
    2. 加入程式庫檔
      • 加入Python Library檔路徑 Ex. C:\Python\libs
      • 加入Boost Compiler完成程式庫檔路徑 Ex: boost\bin.v2\libs\python\build\msvc-9.0\debug\threading\multi
  4. 重新建制,測試是否成功

沒有留言:

張貼留言