A Link Error about core_rl_magick_.lib
Posted: 2008-04-15T00:17:00-07:00
I downloaded version 6.4.0.6 and compiled with VC2005. CORE_* modules were compiled and linked in the right way.
But when I compile UTIL_*, some errors appeared.
In fact all errors is similar, like the following:
1>------ Build started: Project: UTIL_convert, Configuration: Release Win32 ------
1>Linking...
1>core_rl_magick_.lib(static.obj) : error LNK2019: unresolved external symbol _RegisterXTRNImage referenced in function _RegisterStaticModules
1>core_rl_magick_.lib(static.obj) : error LNK2019: unresolved external symbol _UnregisterXTRNImage referenced in function _UnregisterStaticModules
1>..\bin\UTIL_RL_convert_.exe : fatal error LNK1120: 2 unresolved externals
Why and how to correct? Please tell me.
Thanks.
But when I compile UTIL_*, some errors appeared.
In fact all errors is similar, like the following:
1>------ Build started: Project: UTIL_convert, Configuration: Release Win32 ------
1>Linking...
1>core_rl_magick_.lib(static.obj) : error LNK2019: unresolved external symbol _RegisterXTRNImage referenced in function _RegisterStaticModules
1>core_rl_magick_.lib(static.obj) : error LNK2019: unresolved external symbol _UnregisterXTRNImage referenced in function _UnregisterStaticModules
1>..\bin\UTIL_RL_convert_.exe : fatal error LNK1120: 2 unresolved externals
Why and how to correct? Please tell me.
Thanks.