VBA-M Forums

Full Version: Anyone try to compile VBA-SDL-H?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
VBA-SDL-H is a version for hackers.
For some reason I'd like to add some functions into it.
While try to compile the source code,errors pop up :
Code:
debugger.obj : error LNK2001: unresolved external symbol "bool __cdecl dexp_eval(char *,unsigned int *)" (?dexp_eval@@YA_NPADPAI@Z)
debugger.obj : error LNK2001: unresolved external symbol "void __cdecl dexp_loadVars(char *)" (?dexp_loadVars@@YAXPAD@Z)
debugger.obj : error LNK2001: unresolved external symbol "void __cdecl dexp_saveVars(char *)" (?dexp_saveVars@@YAXPAD@Z)
debugger.obj : error LNK2001: unresolved external symbol "void __cdecl dexp_setVar(char *,unsigned int)" (?dexp_setVar@@YAXPADI@Z)
debugger.obj : error LNK2001: unresolved external symbol "void __cdecl dexp_listVars(void)" (?dexp_listVars@@YAXXZ)
SDLDebug/VisualBoyAdvance-SDL.exe : fatal error LNK1120: 5 unresolved externals

Anyone could help me?
Reference URL's