Talk:Adding Lua: Difference between revisions
Jump to navigation
Jump to search
Adam.gamedev (talk | contribs) No edit summary |
Adam.gamedev (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Some discussion: http://www.moddb.com/forum/thread/source-adding-lua | Some discussion: http://www.moddb.com/forum/thread/source-adding-lua | ||
== | == LNK2019 == | ||
When I Build my mod (Debug), I get this error: | |||
2>gameinterface.obj : error LNK2019: unresolved external symbol "class CGELUAManager * __cdecl GELua(void)" (?GELua@@YAPAVCGELUAManager@@XZ) referenced in function "public: virtual bool __thiscall CServerGameDLL::DLLInit(void * (__cdecl*)(char const *,int *),void * (__cdecl*)(char const *,int *),void * (__cdecl*)(char const *,int *),class CGlobalVars *)" (?DLLInit@CServerGameDLL@@UAE_NP6APAXPBDPAH@Z22PAVCGlobalVars@@@Z) | |||
--[[User:Adam.gamedev|Adam.gamedev]] 14:44, 11 July 2010 (UTC) |
Revision as of 07:44, 11 July 2010
Some discussion: http://www.moddb.com/forum/thread/source-adding-lua
LNK2019
When I Build my mod (Debug), I get this error:
2>gameinterface.obj : error LNK2019: unresolved external symbol "class CGELUAManager * __cdecl GELua(void)" (?GELua@@YAPAVCGELUAManager@@XZ) referenced in function "public: virtual bool __thiscall CServerGameDLL::DLLInit(void * (__cdecl*)(char const *,int *),void * (__cdecl*)(char const *,int *),void * (__cdecl*)(char const *,int *),class CGlobalVars *)" (?DLLInit@CServerGameDLL@@UAE_NP6APAXPBDPAH@Z22PAVCGlobalVars@@@Z) --Adam.gamedev 14:44, 11 July 2010 (UTC)