lua-users home
lua-l archive

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


For those interested:

I had to:
1. Link manually under Project/Options Parameters Linker-Tab the (static)
libraries:
LibLua.lib and LibLuaLib.lib
(with the dynamically libs it didn't work; also LibLuaLib is not dynamically
loading liblua, as it should)

2. after importing the Visual C++ project, I had to manually add .lua,
because that wasn't imported

Anyway, we'll meet on this list after some of my practicing again, I suppose
..

Cheers,
Wolfgang