iuplua_open

IUP - Portable User Interface

iuplua_open

Initializes the Lua Binding. This function must be called by the host program before running any Lua functions, but it is important to call it after IupOpen.

Parameters/Return

void iuplua_open(void); [in C]
[There is no equivalent in Lua]

Note

For a more detailed explanation on the system control for the Lua Binding, please refer to Lua Binding / System Control.

See Also

IupOpen, Guide / System Control