[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: lua_getref problem
- From: "Vincent PENQUERC'H" <vpenquerch@...>
- Date: Wed, 19 May 1999 16:39:47 +0100
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