Download List

Projeto Descrição

Diluculum is a library that intends to make the
coexistence of C++ and Lua more harmonious. In
this regard, it offers essentially three
"services": a nice way to access data stored in a
Lua interpreter; a not so bad way to write
functions in C++ and make them available to Lua;
and a limited and just barely usable way to
register C++ classes and objects in a Lua state.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-23 16:29 Back to release list
0.5

Agora é possível armazenar funções Lua em objetos diluculum LuaValue. Isso permite que o C + + um lado para o bem chamar callbacks implementado em Lua. Binários, especialmente em compilações depuração, deve ser muito menor, porque Boost.Variant não é mais usado. Algumas outras características menores foram adicionadas e alguns bugs foram corrigidos.
It is now possible to store Lua functions in Diluculum LuaValue objects. This allows the C++ side to nicely call callbacks implemented in Lua. Binaries, especially in debug builds, should be much smaller because Boost.Variant is no longer used. Some other minor features were added and some bugs were fixed.

Project Resources