c++ - Error LNK2019: Unresolved External Symbol _HUGE referenced in _luaopen_math -
i got error when finished revising things. searched here error different because lua
this error got
error 17 error lnk2019: unresolved external symbol __huge referenced in function _luaopen_math c:********\lua52.lib(lmathlib.obj) els-cf_1
thank you! , have day
__huge
symbol defined in libcmt.lib
. check linked against lib. if need ignore libcmt.lib
try define huge_val
value in code. math library used in lmathlib.c
@ lua_pushnumber(l, huge_val);
Comments
Post a Comment