我試圖使用mt.exe從Windows SDK的清單添加到沒有一個可執行文件,使用以下命令行:如何使用mt.exe將清單添加到可執行文件?
C:\winsdk61>mt.exe -nologo -manifest "r:\shared\hl.exe.manifest" -updateresource:"r:\shared\hl33m.exe;#1"
不幸的是,當我這樣做,我得到這個錯誤:
mt.exe : general error c101008c: Failed to read the manifest from
the resource of file "r:\shared\hl33m.exe". The specified resource
type cannot be found in the image file.
當然,資源沒有在文件中找到 - 該文件沒有清單,這就是爲什麼我想添加一個。
如何將清單附加到可執行文件?這不應該簡單嗎?