lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was not meant to work with lua 5.0.2. Try luaglut or doris if you
are looking for lua 5 opengl bindings.

Varol Kaptan

On 10/2/05, Cesar <raitzcj@globo.com> wrote:
> Hi,
>
> I'm having trouble to compile the GLLUA library with LUA-5.0.2, mingw
> doesn't recognize the lua_Object.
> I tried to change it to lua_State but the compiler complains anyway.
> Moreover, in lua.h, lua_State has this very enigmatic definition:
> "typedef lua_State lua_State;"
>
> So, what should I replace lua_Object for?
>
>