lua-users home
lua-l archive

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


  Hi,

> stack by calling put_luaObject. The result is that, when doing this in
> a complex environment, I get the "Lua2C - C2Lua overflow" message just
> by  accessing these references  a  lot  of times.   Of course I  could

I ran into overflow problems too, and solved them by calling often the
pair lua_beginblock/lua_endblock, that clean communication stack. You
might have to call these more often than you do.

Vincent Penquerc'h