[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Hello World - solution
- From: "Wolfgang Bujatti" <wolfgang.bujatti@...>
- Date: Tue, 22 Mar 2005 23:33:04 +0100
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