From: John L. <jla...@gm...> - 2008-06-04 14:48:01
|
On Wed, Jun 4, 2008 at 5:50 AM, Eero Pajarre <epa...@gm...> wrote: > On Wed, Jun 4, 2008 at 12:29 PM, Eero Pajarre <epa...@gm...> wrote: > >> >> I have to do some more tests, my wxLua base application is not >> from the current wxLua distribution (instead it was originally >> based on version from long time ago, and I have updated it >> where I have noticed it necessary). >> > > Ok, thanks for you help Piotr. > > It looks like the problem is specific to my wxLua based application, > now I just have to find out what is wrong there. :-( On the first look > I did not notice "essential" differences, when comparing the the > current official wxLua. I don't know how "old" your version is, but if it's more than a year old, the implementation is actually quite different. If I were you, I would upgrade it since the Lua code has changed very little, but the internal C/C++ has changed a lot, hopefully for the better. Regards, John |