lua-users home
lua-l archive

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


Remo Dentato wrote:
The problem is when I try to link the library to the larger program I'm working on. I get the LNK2019 error (symbol unresolved).

Try to #include lua.hpp (find it in 'etc' directory of Lua distribution).

--
Shmuel