lua-users home
lua-l archive

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


On Mon, Mar 22, 2010 at 11:02 AM, Vincent Torri <vincent.torri@gmail.com> wrote:
> another : with linking against a dll, you have to be sure that the dll is in
> the PATH,

Not true, you can feed gcc a full path to the DLL and it will link
against it fine. They tend to recommend this practice because it's
generally faster than using an import lib.

> and you have to redistribute the dll too with your app / lib

Well, you would have to do that anyway ;)

steve d.