If one code the following function

    --wxString BugsGridTable::GetRowLabelValue( int col )
    gridtable.GetRowLabelValue = function( self, row )
        error("unexpected row");
        return "x"..row;
    end

then the program crash instead of reporting the error

Andre


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to