LuaBind + LNK2001 Error

Started by
-1 comments, last by c_fried_rice 10 years, 2 months ago

Hey guys,

So I'm trying out Luabind as an alternative to Luabridge, but am struggling to get my game to work with it. I'm encountering this error:

Error 3 error LNK2001: unresolved external symbol "private: static unsigned int const luabind::detail::class_id_map::local_id_base" (?local_id_base@class_id_map@detail@luabind@@0IB)

Has anyone encountered this linker issue with Luabind before? I'm using VS2012, and can't figure out what the cause is. =\

Help would be appreciated!

This topic is closed to new replies.

Advertisement