Page 1 of 1

Link error: missing external in libicu.lib

Posted: 18 Oct 2009 14:21
by ganzpopp
Hi,

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
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?

Re: Link error: missing external in libicu.lib

Posted: 18 Oct 2009 14:26
by Rubidium
The news on our website (www.openttd.org) says you need to update.

Re: Link error: missing external in libicu.lib

Posted: 18 Oct 2009 22:35
by ganzpopp
Didn't get that message, it works now! Thanks.