A Link Error about core_rl_magick_.lib

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
dfwang2000

A Link Error about core_rl_magick_.lib

Post by dfwang2000 »

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.
dfwang2000

Re: A Link Error about core_rl_magick_.lib

Post by dfwang2000 »

Any one can help me?
Post Reply