On 3/10/06, Anders F Björklund <[EMAIL PROTECTED]> 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=0x13210c0) 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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to