一、先貼錯誤
因為這個筆記主要記錄我如何整好這個obs原始碼環境的,給需要的童鞋乙個參考
1.1、#include 報錯 沒有這個
解決方案:把2,3先解決了就水到渠成
1.2、安裝directx報錯:
setup failed
errors were encountered during installation of redistributeable packages
please close all open programs and try running setup again
if problems persist contact directx developer support
error code:s1023
解決方案:控制面板-程式-找到「microsoft visual c++ 2010 x86/x64 redistributable – 10.0.(number over 30319)」 直接給解除安裝了
1.3、安裝一半directx又出現問題 「txview.dll」
c:\program files (x86)\microsoft directx sdk (june 2010)\utilities\bin\x64\txview.dll
解決方案:停止不了,直接360強制解除安裝
1.4、再次開啟vs2013
vs2013的 tools->options->projects and solutions->vc++ directiories->include files裡新增「c:\program files (x86)\microsoft directx sdk (june 2010)\include」
看下圖:
三、通過步驟一解決問題
謝謝ps:dxsdk_jun10.exe
MAC 環境配置之git
1.一般mac都會自帶git,所以在使用前可以先檢視本地git的版本,使用命令如下 hxgdemacbook pro hxg git version 2.在本地git中新增git賬戶和郵箱,用於每次提交時記日誌 log hxgdemacbook pro hxg git config global u...
Ubuntu環境配置之WPS
最近把筆記本換成了ubuntu系統,所以後邊會把基本的辦公和開發環境搭建好 我的 玩轉ubuntu 專欄 1.wps office 2019 for linux 版本選擇 1 選擇架構 根據你所使用的機器硬體架構選擇相應的相容架構型別 可通過uname a檢視 x64 x86 64 amd64 ar...
Ubuntu環境配置之顯示卡驅動安裝 vim
enable bash completion in interactive shells if shopt oq posix then if f usr share bash completion bash completion then usr share bash completion bash...