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

Popular posts from this blog

javascript - How do you prevent nested queries/catches in sequelize? -

java - Could not retrieve pre-bound Hibernate session - Could not obtain transaction-synchronized Session for current thread -

ruby on rails - ActiveRecord order not working -