Hi,
I am getting an error message “LoadLibrary failed with error 87: The parameter was incorrect”
when running
“C:\Program Files (x86)\Corona Labs\Corona SDK\Corona.Shell.exe” C:\PATH_TO\main.lua
where main.lua is:
[lua]
print(“Hello World!”)
[/lua]