srajeshnkl
srajeshnkl

Reputation: 901

Lua dependencies to be added in Installshield

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

Answers (2)

Alexander Gladysh
Alexander Gladysh

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

Stuart P. Bentley
Stuart P. Bentley

Reputation: 10715

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

Upvotes: 1

Related Questions