lua-users home
lua-l archive

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


Hi *,

I recently tried luaSDL with the loadmodule-4.0.1 binary for Windows and I like both. But luaSDL does not collect SDL surfaces (does it?), so I wrote a proxy datatype which calls a specified function for the handled data when collected.

It seems to work, but I discovered that the lua-loadmodule binary does not collect remaining lua values on lua_close().
When statically linked everything is fine...

I've put my examples here: http://www.ratnet.stw.uni-erlangen.de/~siphjand/proxy/

Any hints?

Thanks,
Philipp