From: Wojtek B. <woj...@gm...> - 2006-10-20 08:57:59
|
Hello I'm a newbie to the Lua and wxLua. Is it possible to develop an application which uses wxLua as a GUI language and C++ as a 'business logic' language? I mean, it is easier to write wxWidgets apps by means of wxLua, but I would like to use wxLua only to the user interface part of my application. I presume some kind of communication is needed between interface part and logic part (reading user input etc). If so, have you got any examples of a C++ code which executes some wxLua code and exchanges information with it? Sorry if it's not very wise question to ask :-). Thanks! Wojt |