[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] CPB v003
- From: "Thomas Tong" <glo@...>
- Date: Thu, 27 Jan 2005 21:10:00 -0500 (EST)
A new version of CPB has been released, as well as a update of it's
webpage. It's new webpage is now at
http://www.thomasandamy.com/projects/CPB/
CPB is a simple, fast, and powerful binding C library for the LUA
scripting language.
Version 0.03 includes the following new features
* Passing in user defined structures by pointer, value or reference
* Functions support return by pointer, value or reference
* Natively supports passing in LUA strings to functions
* Enumerations are now mapped correctly
* HRESULTS are correctly returned
* Floating point rounding error was fixed
Thomas