Re: [wxlua-users] Help embedding wxLua in a wxWidgets application

2008-10-10 Thread John Labenski
On Fri, Oct 10, 2008 at 12:55 PM, Scott Kirkpatrick <[EMAIL PROTECTED]> wrote: > John, > > That's what I had picked up from reading the Lua documentation and works > if I want to use a wxWidgets object. Here's what I want to do: > > class Item > { > public: >wxStringRefID; >bool

Re: [wxlua-users] Help embedding wxLua in a wxWidgets application

2008-10-10 Thread Scott Kirkpatrick
John, That's what I had picked up from reading the Lua documentation and works if I want to use a wxWidgets object. Here's what I want to do: class Item { public: wxStringRefID; boolInProcess; double Length; double Priority; double Calcu

Re: [wxlua-users] Help embedding wxLua in a wxWidgets application

2008-10-10 Thread John Labenski
On Fri, Oct 10, 2008 at 9:25 AM, Scott Kirkpatrick <[EMAIL PROTECTED]> wrote: > I'm new to embedding a scripting engine in another application but I can > follow how to call a Lua function from a wxWidgets application and how > to pass data to it and get data back. I see that wxLua gives me the >