[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Alternative C++ binding
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Fri, 15 Aug 2003 22:02:54 +0200
> Ben's
> example could read something like this:
> T *p = lua_userdata_cast(L, 1, T);
Unfortunately, by the clever macro stuff, this will not work at all of
course... Well, OK...
--
Wim