From: John L. <jla...@gm...> - 2006-03-10 23:07:45
|
On 3/10/06, Anders F Bj=F6rklund <af...@al...> wrote: > John Labenski wrote: > > >> Will recompile wxLua with full debugging symbols enabled tomorrow, I > >> think. > > > > That would be great, sorry but I can't help without some more > > information. I can't imagine what could fail in > > wxLuaEditorApp::OnInit, but a line number would help! > > Here you go then: > > Program received signal EXC_BAD_ACCESS, Could not access memory. > 0x0000809c in wxLuaEditorApp::OnInit() (this=3D0x13210c0) at > ../apps/wxluaedit/src/wxluaedit.cpp:195 > 195 frame->GetEditor()->LoadFile( fileNames[0] ); That's weird? We check for there at least being one fileName. line 190: if (fileNames.GetCount() > 0u) could you print out (are you using gdb?) the value of "fileNames.GetCount(= )"? Regards, John Labenski |