lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I have been trying to get the Lua/C++ binding example from "Game Programming Gems Vol. 6" to work with Lua 5.1.2.  While the compiled binaries on the book's CD work fine, if I rebuild the examples using Lua 5.1.2 I find that the table binder does not work.

Did something in the way table lookup is performed change?

If I switch to one of the other binding mechanisms, things seem to work properly.

Thanks,

-Brent