Re: deployment of app with lua51.dll
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: deployment of app with lua51.dll
- From: Robert Raschke <rrlua@...>
- Date: 2008年1月30日 10:50:27 +0000
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