luasteam
luasteam copied to clipboard
Possible Bug
Using AutoPlay Media Studio 9.0
I've placed the luasteam.dll (32-bit) in the CD_ROOT folder where the lua5.3.dll is. I've placed the steam_api.dll file in there as well as the steam_api.lib file. I've modified cpath as follows (_ExeFolder is a valid variable): package.cpath = package.cpath..";".._ExeFolder.."\\?.dll"
On Startup I call this: Steam = require("luasteam");
And get this error: error loading module 'luasteam' from file 'luasteam.dll': The specified module could not be found.
It seems to be finding the dll and attempting to load it. Is this my error or is something amiss?