lua-users home
lua-l archive

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


Hello everyone!

Okay, I got the module luaSDL. How do I include it on my script?

I've tried "loadmodule()" on 4.0; function doesn't exist, and also "package.loadlib()" on 5.1, but I have to call each function inside the DLL one by one...

How do I do it? Thanks! ;-)