Re: Crash in ltable.c:newkey
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Crash in ltable.c:newkey
- From: RLake@...
- Date: 2004年3月24日 16:36:56 -0500
Dario,
To start with, you should not add __newindex
to the registration. That will not do what you want.
If I understand you correctly, you are
trying to use rawset on a userdata. That will not work, you can only rawset
a real table.
It may be that Lunar is not sufficient
to your needs, or at least requires some modification.
R.