开发者

Lua dependencies to be added in Installshield

开发者 https://www.devze.com 2023-03-16 10:25 出处:网络
开发者_Go百科I am using lua5.1 ; I added 5.1.dll into my installation; but its not working properly. Any other dependencies which needs to be added in my installation for lua to work?You\'ll need what

开发者_Go百科I am using lua5.1 ; I added 5.1.dll into my installation; but its not working properly. Any other dependencies which needs to be added in my installation for lua to work?


You'll need whatever C runtime the Lua DLL was compiled with.


A more generic answer: To find all DLL dependencies of a given DLL or EXE, use depends.exe (it should be bundled with your MSVS).

0

精彩评论

暂无评论...
验证码 换一张
取 消