[Insight-users] linking errors
Mathieu Malaterre
mathieu.malaterre at gmail.com
Wed Nov 4 03:31:57 EST 2009
On Tue, Nov 3, 2009 at 8:20 PM, Mark Roden <mmroden at gmail.com> wrote:
> Hi all,
> problem is, I'm getting these linker errors:
>
> 1>itkgdcm.lib(gdcmUtil.obj) : error LNK2019: unresolved external
> symbol __imp__UuidCreate at 4 referenced in function "private: static
You are missing a link to the library: rpcrt4.
What I do not understand is that it mention 'itkgdcm' which is the
patch gdcm 1.2.x shipped within ITK, but at the same time you mention
using GDCM 2.x.
Using a combination of the library may work (in theory), but I do not
recommend it.
Please pick only one GDCM library.
HTH
--
Mathieu
More information about the Insight-users
mailing list