lua-users home
lua-l archive

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


Public service announcement: please do not use lua5_1_3_Win32_vc8_lib.zip unless you know exactly what you are doing, as this is the statically compiled lua5.1.lib. See the list archives for more information.

lua5_1_3_Win32_dll8_lib.zip is what you want for the .lib and the header files. And VS needs the full name of the library, i.e. lua5.1.lib instead of just lua5.1.

Plus lua5_1_3_Win32_bin.zip has a lua5.1.exe that uses the same DLL that dll8_lib packs.

--
Fabio Mascarenhas

On Fri, May 9, 2008 at 2:33 PM, Andrew Wilson <agrwagrw@gmail.com> wrote:
Hi Luis,

Do you have both lua5_1_3_Win32_vc8_lib.zip & lua5_1_3_Win32_dll8_lib.zip files for lua5.1.lib & lua5.1.dll . That should be all you need, if everything is in right place linker should find lua5.1.lib to link with and that's it.

Regards,
Andrew

--------------------------------------------

Good afternoon,

Downloaded package lua binaries to use it in the VC 2005 and am having the following problem:

fatal error LNK1104: can not open file 'lua5.1'

Includes references to the directory of directories and lib header in options;

It includes a reference lua5.1 linker / command line, and still does not work.  

Missing something?

Can anyone help me?

Thank you,

  UNICAMP-Campinas
Luis Alberto



On Fri, May 9, 2008 at 12:43 PM, l.a.pereira <l.a.pereira@uol.com.br> wrote:

Boa tarde,

 

Baixei o pacote lua binaries para utilizá-lo no VC 2005 e estou tendo o seguinte problema:

 

fatal error LNK1104: cannot open file 'lua5.1'

 

Inclui os diretórios as referencias dos diretórios de header e lib em options;

Inclui a referencia lua5.1 em linker/command line, e ainda assim não funciona.

 

Falta algo ?

 

Alguem pode me ajudar ?

 

Obrigado,

 Unicamp-Campinas

Luis Alberto