[問題] required dll

看板C_and_CPP (C/C++)作者 (Domos)時間13年前 (2012/07/10 01:39), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/1
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) VC++ 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) DirectX Kinect SDK 問題(Question): 要如何讓visual studio自動把需要的dll檔列出來? (ie: d3dx9.dll 等) 每次都是部屬後才發現少了哪個dll,事後補上 花掉客戶很多時間 預期的正確結果(Expected Output): 最好能把dll copy到release folder 補充說明(Supplement): code裡面有include directx的 header lib用這樣子連 #pragma comment(lib, "DXUT.lib") #pragma comment(lib, "DXUTOpt.lib") #pragma comment(lib, "dxerr.lib") #pragma comment(lib, "dxguid.lib") #pragma comment(lib, "d3dx9.lib") #pragma comment(lib, "d3dx10.lib") #pragma comment(lib, "d3d9.lib") #pragma comment(lib, "winmm.lib") #pragma comment(lib, "comctl32.lib") -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.217.29

07/10 01:40, , 1F
dependency walker
07/10 01:40, 1F

07/10 07:54, , 2F
感謝!!
07/10 07:54, 2F
文章代碼(AID): #1F-nS-ld (C_and_CPP)
文章代碼(AID): #1F-nS-ld (C_and_CPP)