lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi.

tolua++ 1.0.6 is now available for download at:

http://www.codenix.com/~tolua/

This version includes several bug fixes and a couple of new features:

- fixed class constructor bug (it is now possible to call 'ClassName()' to 
create an instance of the class (finally :))
- added a way to register class properties
- added flags to avoid problems with classes with private/protected 
destructors
- added a simple way to inherit from c/c++ objects from lua

Also, a new version of lua_qt is available:

http://www.codenix.com/~tolua/lua_qt/

Version 0.0.2a works with qt 4.0.1, and supports considerably more Qt 
features than previous versions (around 10000 methods bound, only about 20 
tested so far ;). Also compiles on windows (with mingw).

Next versions of both packages will probably work with lua 5.1.

Ariel.