Reputation: 901
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?
Upvotes: 0
Views: 203
Reputation: 41433
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).
Upvotes: 0
Reputation: 10715
You'll need whatever C runtime the Lua DLL was compiled with.
Upvotes: 1