Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
0.5.3

Cordes avec des zéros intégré allant de C + + pour Lua sont correctement manipulés. Un LuaFunction peut maintenant être construit à partir d'un morceau de code source Lua. Un LuaFunction peuvent maintenant aussi être "par défaut construit" (par défaut, il est construit à partir d'un morceau vide, il ne renvoie rien).
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