lua-users home
lua-l archive

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


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