[Iup-users] IUP Examples

Geoff Leyland geoff_leyland at fastmail.fm
Thu Feb 14 03:24:00 GMT+2 2008


Hi,

I've just started trying to use IUP on Windows (VC7) - it's taken me  
a while to build because I also build my own Lua, but I'm getting there.

I just ran one of the examples - it (almost) worked.  Very cool,  
thank you.  The example was iupbutton.lua.  I had to add a require 
("iuplua") at the start, and an iup.MainLoop at the end, which I  
expected, but I also had to change line 102 from:

function btn_image:button( b, e )

to:

function btn_image:button_cb( b, e )

Which I think might be a (very minor) bug.  Is there any interest in  
tiny bug reports like this, and if so what's the best way to send them?


Cheers,
Geoff



More information about the iup-users mailing list