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.

2010-07-23 07:56 Back to release list
0.5.3

Strings com zeros indo de C + + para Lua são tratados adequadamente. A LuaFunction agora podem ser construídos a partir de um pedaço da Lua código-fonte. A LuaFunction agora também pode ser "padrão construído" (por padrão, ela é construída a partir de um pedaço de vazio, por isso ele retorna nada).
Tags: Minor bugfixes, Minor feature enhancements
Strings with embedded zeros going from C++ to Lua are properly handled. A LuaFunction can now be constructed from a chunk of Lua source code. A LuaFunction can also now be "default constructed" (by default, it is constructed from an empty chunk, so it returns nothing).

Project Resources