Tools Executables

IupView

The IupView application can be used to test LED files, load and save images for IupImage or for ICONS, display all images and test them when disabled, display dialogs and popup menus. The IupView application is available in the distribution files source code and pre-compiled binaries at the Download pages.

IupLua Console

The IupLua Console can load and execute Lua scripts using the IupLua binding. Lua print calls are output in the standard output. The executable package in Windows also includes the CD and IM libraries, and a modified version of the LuaGL library.

The IupLua Console is available in the distribution files source code and pre-compiled binaries at the Download pages. The packages are almost ready to be run, but it needs the Visual C++ 2005 Run Time (x86 or x64) installed on the system in Windows, and in UNIX it needs that the LD_LIBRARY_PATH environment variable contains the executable folder, for example:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/tecgraf/iup3/bin/$TEC_UNAME

If you build the executable from sources then you will need to do an addtional step before running it. The easiest one is to copy the dinamic libraries of IUP, CD, IM and Lua to the executable folder, in Windows or in UNIX.