i compile the source code, but it complaints that:
Code: Select all
main.obj : error LNK2001: unresolved external symbol _initI18n
main.obj : error LNK2001: unresolved external symbol _getLanguageAnd,my dependence libs are defaults:
SDL.lib
SDLmain.lib
SDL_net-static.lib
libpng-static.lib
ogg_static.lib
vorbis_static.lib
vorbisfile_static.lib
OpenAL32.lib
glc32.lib
OpenGL32.lib
GLU32.lib
shfolder.lib
winmm.lib
wsock32.lib
dbghelp.lib
libpopt.lib
physfs.lib
zlib.lib
Could you tell why,and what can i do next?

