lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hallo,

UriBoy b wrote:

hi all...

  may i just ask 'how does lua communicate with the original program? i mean, if lua is a configuration languange, and you create a configuration file, how does lua apply the new configuration to the original program it is extending?'
  thanks...

Lua does this by calling functions in the C, C++ etc. side of the application.

-Alex