|
Unless you have a particular need for DLLs you could always statically link Lua into your app. I dislike DLL hell, so that's what I do. I go further and statically link in all the Lua modules I need as well. But I'm on Windows with lots of memory, well, more than 128MB anyway. Robby