On 6/2/07, Andre <[EMAIL PROTECTED]> wrote:
> John Labenski <[EMAIL PROTECTED]> writes:
>
> wx.wxFileName('aa'):FileExists()  -- makes the program exit
>
> tracing the code it seems to go into an infinite recursion
> also
>
> f=wx.wxFileName('aa')
> f:FileExists()
>
> result in the same problem so this seems to be a different problem
> then the wxdir
> also replacing
>
> f:FileExists()
> by the invalid
> f.FileExists()
>
> makes the program crash instead of reporting an error

Ok, all fixed now. This was a bug in differentiating between a static
and non-static overloaded function with the same name.

Thanks,
    John Labenski

ps. I'm trying to address each problem one by one, so I haven't
committed anything yet.

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to