Moderator
Posts: 2362 from 2003/2/24
The public SDK ? Who would use that ...... ;)
Quote:
I don't really get the problem. If you have a Lua script in a file, any number of Lua interpreter instances can load and execute this file.
O.k. lets make it more clear:
Compiled C program No1 defines function foo() and registers it with LUA
Compiled C program No2 executes Lua script No3.
Lua script tries to call foo() (while No1 is still running offcourse)