[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] IUP 2.4
- From: Scott Morgan <blumf@...>
- Date: Wed, 21 Dec 2005 15:36:26 +0000
Antonio Scuri wrote:
> The 2.4 final version of the IUP toolkit has been released.
>
> IUP is a portable toolkit for building graphical user interfaces.
>
> You can find the list of changes and files for download at:
>
> http://www.tecgraf.puc-rio.br/iup/
>
> The IupLua bindings for Lua 5 and Lua 5.1 (beta) are available.
I'm having no joy building this from source (MS VC++ 2003 (7.1)), the
iup.rc file is missing and attempting to link it to a normal lua5
enviroment crashes (on a rawget on GLOBALINDEX, probably just the whole
lua state has been trashed by iuplua_open, but why?).
Scott