lua-users home
lua-l archive

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


Hi!
    You can test this trick: modify the lua_include.hpp
 
#ifndef LUA_INCLUDE_HPP_INCLUDED
#define LUA_INCLUDE_HPP_INCLUDED
 
extern "C"
{
 #include "lua.h"
}
 
#define LUA_NOREF       (-2) //add
#define LUA_REFNIL      (-1) // add
 
#endif
 
    wish you good luck, and I'm waiting for the next version of luabind, either.
 
yujiang