lua-users home
lua-l archive

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


I'm finding this whole thread very interesting, because I'm looking for a Lua+bits that I can do some leisure programming with and maybe introduce my nephew to.

So I downloaded the Lua-lm executable from the Wiki, then the SDL library.  However:

=================
> loadmodule("SDL")
error: cannot load module SDL:

stack traceback:
   1:  function `loadmodule' [C]
   2:  main of string "loadmodule("SDL")" at line 1
==================

The SDL dll is in the same folder as the rest of Lua-lm.

Any ideas??