2. 開啟vs2017 x86 cmd工具,輸入bootstrap.bat,等待初始化完畢
x86編譯
bjam stage --toolset=msvc-14.1 --without-graph --without-graph_parallel --stagedir="3. vs2017d:\boost\boost_1_69_0\bin\vc141-x86
" link=static runtime-link=shared runtime-link=static threading=multi debug release
建立測試專案
// testboost.cpp : 此檔案包含 "main" 函式。程式執行將在此處開始並結束。配置標頭檔案和庫目錄//#include "pch.h"
#include #include #include using
namespace std;
int main()
catch (boost::bad_lexical_cast& e)
return 0;
}
清理,重新生成,執行,測試。
windows下VS2017使用openssl庫
openssl開發環境配置教程分享給大家,具體內容如下 環境資訊 windows 10 enterprise version 10.0.15063 visual studio enterprise 2017 version 15.2 26430.12 openssl v1.1.0f 提醒事項 具體步...
在windows上vs2017 編譯webrtc
指定vs版本 set gyp msvs override path c program files x86 microsoft visual studio 2017 professional vs安裝路徑,替換成自己的 set gyp generators msvs ninja,ninjamkdir...
VS2017遠端除錯
由於某些因素,我需要程式在其他系統執行,但是又不想打日誌,就想直接遠端除錯。找了幾個部落格都有基礎的教程,但都不能正常執行,決定自己寫乙個能用的。首先去vs安裝目錄找到remote debugger目錄 在安裝目錄的common7 ide裡面,下圖目錄是因為我把vs2017安裝在f microsof...