Lua dependencies to be added in Installshield
开发者_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).
精彩评论