Re: [wxlua-users] wxLua from C++

2006-10-20 Thread John Labenski
On 10/20/06, Klaas Holwerda <[EMAIL PROTECTED]> wrote: > Hi, > > I think that to achieve that, you just need to bind some your own code > 'business logic' to wxLua, > and use wxLua extended with your own classes/code. True, you can see how to bind C++ classes, enums, etc to lua by looking at the

Re: [wxlua-users] wxLua from C++

2006-10-20 Thread Klaas Holwerda
Hi, I think that to achieve that, you just need to bind some your own code 'business logic' to wxLua, and use wxLua extended with your own classes/code. I myself only use wxLua as an extension language in wxArt2D. The sample/app in wxLua called wxluacan, is something in between. It creates the

[wxlua-users] wxLua from C++

2006-10-20 Thread Wojtek Bocer
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 applicat

[wxlua-users] wxLua from C++

2006-10-20 Thread Wojtek Bocer
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 applicat