On 8/2/05, k. holwerda <kla...@nl...> wrote:
> Does WXLUA_CODE always needs to be set 1?
>=20
> In lstate.c i found:
>=20
> #ifndef WXLUA_CODE
> ..................
> #else
> /* labenski - track child threads see wxLuaInterpreter.cpp */
> #include <luathread.h>
Yes, you need it set. This is to add the lua_State to the hash table
of known lua_States if you create a coroutine in lua.
-John Labenski
|