Link error: missing external in libicu.lib
Posted: 18 Oct 2009 14:21
Hi,
Since the last revision (r17794) I'm getting the following linkage error in VC9:
Compilation runs fine, until linking. LibIcu is present in my Visual Studio 9.0 lib directory, but apparently some functions are missing in the compiled library (while not in the header files?).
Do I need an updated LibIcu?
Since the last revision (r17794) I'm getting the following linkage error in VC9:
Code: Select all
libicu.lib(udata.obj) : error LNK2001: unresolved external symbol __imp__icudt42_dat
3>..\objs\Win32\Release\\openttd.exe : fatal error LNK1120: 1 unresolved externals
Do I need an updated LibIcu?