From: Francesco M. <f18...@ya...> - 2005-07-15 22:09:40
|
Hi, I was revising all my components at wxCode and looking at wxScript I was wondering: I know that wxLua provides wrappers for all wxWidgets-stuff; i.e. to create apps written in LUA based on wx; but if I'm not interested in this but just in using wxLua from a c++ program as a script interpreter, can I still use wxLua ? My wxScript component actually supports lua, python (more or less, also cint & underc) but it's rather difficult to provide a reliable interface to multiple script interpreters, specially because some of these (underc and cint) are unstable and python gives me some leaks when used from a c++ app... In the end I'd like to use only lua as script interpreter and I wonder if wxLua lets me to use lua in such way. When loading a script I need to know which functions are defined in the script file, what's their name & I need to be able to call them and exchange data using parameters... can I do that with wxLua ? Thanks, Francesco |