Re: [wxlua-users] Which wxWidgets?

2012-09-24 Thread Victor Bombi
Thanyou for everything: I have managed to compile in mingw with 2.9.4 and 2.8.12 (all unicode not shared) with last svn modifications I can now call if sizer:GetChildren():GetCount() 0 then althought I find that the assert of wxWidgets in wxSizerItem* wxSizer::GetItem( size_t index ) {

Re: [wxlua-users] Which wxWidgets?

2012-09-24 Thread Victor Bombi
Trying both compilations: 2.8.12 behaves as always 2.9.4 wx gets hung specially when I run I lane that reads output from another exe with io.popen which sometimes gives erratic assertions. The assertions corresponding to wxSizer::GetItem didnt happen in 2.8.12 althought they were activated in

Re: [wxlua-users] Which wxWidgets?

2012-09-24 Thread John Labenski
On Mon, Sep 24, 2012 at 7:39 AM, Victor Bombi son...@telefonica.net wrote: Trying both compilations: 2.8.12 behaves as always 2.9.4 wx gets hung specially when I run I lane that reads output from another exe with io.popen which sometimes gives erratic assertions. ...and the assertions are?