|
Just want to know if it is possible to LUA to use functions of a compiled win32 binary to control the program.
I heard this is possible if the program uses LUA on it`s own. But if not?!
If you can call any routine from C, then you can make it available to Lua through its C API. It's certainly possible for .DLLs, I don't know about .EXEs though.