Hi guys,
I am having a problem, under Windows, with the LuaBinaries and the VC8.0 run-time loading C modules. I have confirmed that IUP works with the wlua.exe, but the lua.exe just doesn't seem to work. This has to do with the VC8.0 run-time and I need a solution that doesn't require the installation of vcredist_x86.exe [1]. So is there a manifest problem with lua.exe? Thoughts?
To show the problem you need a machine that does not have Visual C++ 8.0 installed or the vcredist_x86.exe. An example that causes an error:
system error 14001
just
require "socket"
or any C module you have installed.