|
|
||
|
-ak
7.1.2005 kello 21:23, Joe Seeley kirjoitti:
I am trying to use the existing SDL binding for Lua in Lua 5. I try to access this library using the loadmodule function like this:
if loadmodule then loadmodule("SDL") end
Is this still supported with Lua 5? It looks like the existing SDL binding was created against Lua 4. I know I could use the LuaCheia distro, but I want to keep this as minimal and portable as possible; the LuaCheia distro has too much overhead for my purposes.
Thanks, Joe