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: "Mark Meijer" <meijer78@...>
- Date: 2008年1月30日 09:19:33 +0100
On 30/01/2008, Joshua Jensen <jjensen@workspacewhiz.com> wrote:
> [...] If your DLL is explicitly loaded
> after the LoadLibrary(lua51.dll) call, then there shouldn't be any need
> to put the lua51.dll in the Delay Load DLLs list of your own DLL.
Ok cool, so this should also work for precompiled dll's that are
"require"-ed from inside a Lua script? Provided, of course, that they
don't have any other dependencies beside lua51.dll...