stlport 5.10 編譯 更加容易了(visual studio 2005)
摘要: configure -c msvc8 --rtl-static --use-boost 我的boost目錄接著按提示
nmake /f msvc.mak clean
nmake /f msvc.mak
即完成了stl的編譯
然后在visual studio的include目錄添加%stlport%/stlport目錄
lib 目錄添加%stlport%/lib 目錄
即可正常使用stlport了 閱讀全文
posted @ 2007-02-14 22:51 dede 閱讀(2797) | 評論 (0) 編輯

