[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: LuaPlus problem.
- From: "Philip Jones" <Philip.Jones@...>
- Date: Wed, 21 Jan 2004 10:36:55 -0000
>If your function is corrected to:
>virtual void SomeOtherFunc( LuaObject o, int i, float f, const char *
psMessage )
>Then the above will work.
It does indeed work perfectly, thanks.
>I am releasing a standalone version of the internal LuaPlus Call
Dispatcher this evening.
It does not require a modified Lua interpreter as past versions have, so
it should be
>accessible to all (but is more convenient with the real >LuaPlus). It
also handles object
>dispatching, as you have above.
That looks great, thanks.