lua-users home
lua-l archive

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


hello everyone,

i tried to implement lua 4 with visual c++ using lua.lib (taken from
windows-directory of the lua ftp server) and lua.h, but i always got
unresolved externals when calling lua_open, or lua_close (those were the
only commands i tried). i even tried to rebuild the whole library, but it
did not work. i am using vc++ 6.0 enterprise edition. anyone got an idea?

matt