After getting lost in many projects other than easyLua I've found time to update easyLua to the latest 5.1 version of Lua, also included with the update are a couple of minor bugs fixes plus tweaks to the library.
Fixed a small black-slash / forward-slash problem so that now the library works for linux (gcc 4.0). Get the latest from CVS and try it out for yourself, run the test programme with `make runtest`.
Gav
Makefiles have been added (CVS) and tested under cygwin and gcc 3.3.3, as well as a project files for MSVS 7.1 and 8.0 (default), and If I get time tonight I'll add an XCode project, I've not really played with XCode even though I've had an Apple for a while now.
A few more bugs have been fixed, one of them quite major.
A little project to bind c++ and Lua. Inspired by LuaPlus, easyLua offers the same easy to use ideas but without modifying core Lua. Project is still in the early days so feedback would be great to get some direction. Download it, see what you think. Currently only project files for VS 2005, the code does compile with a number of gcc flavours but no makefiles yet.