[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: storing a lua closure in a C object, then calling it from C?
- From: "Daniel Collins" <daniel.collins@...>
- Date: Mon, 22 May 2006 17:16:34 +0930
> Wow - that really helps, thanks very much! That's exactly what I
need.
Glad to help.
One more thing that is not apparent in the code I posted is that
CALLBACK_TABLE_REGISTRY_INDEX is a string not an integer. Integer keys
should not be used in the registry since it could interfere with the
referencing functions.
- DC