On 5/24/07, Andre <[EMAIL PROTECTED]> wrote:
> -- ASCII values for common chars
> local char_CR  = string.byte("\n")
> local char_LF  = string.byte("\r")
>
> I think this should be reversed
>
> local char_CR  = string.byte("\r")
> local char_LF  = string.byte("\n")
>

Oops, thanks, fixed now.

John Labenski

ps. Just a heads up, I'm rewriting quite a bit of the internals of
wxLua so that all static member class functions and enums are part of
a table with the name of the class. You can call the class constructor
just like before. I also want to complete overriding all of the
functions that are currently renamed to get rid of the confusion about
them. However, since nobody likes to update their code, I'm going to
add much better error messages showing the expected input for the
functions and a way to print out the expected inputs so you don't have
to check the docs as often.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to