[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: having trouble compiling luac on Windows
- From: "Michael Newberry" <mnewberry@...>
- Date: Tue, 14 Dec 2004 21:24:57 -0700
I can't seem to get luac to link under VC6 SP5 on Windows XP. There are 10
unresolved external functions. Here are two of them:
void __cdecl lua_close(struct lua_State *)
void __cdecl luaU_print(struct Proto const *)
But I have the lualib.lib in the path. Maybe I'm, just tired, but it seems
like there is something I am missing.
ideas?
Michael