[Insight-users] LINK : fatal error LNK1104: cannot open file '..\..\bin\Debug\ITKIO.lib'

Luis Ibanez luis.ibanez at kitware.com
Sun Aug 16 19:15:04 EDT 2009


Hi Gideon,

Please verify that:

   - A)  You built ITK and
   - B)  You build it for the "Debug" compilation mode


It is a common mistake to forget to build the ITK library itself
before attempting to use it from an external project.

It is also a common mistake to build ITK for Release, and
the attempt to use it from an external project that is compiled
for Debug.


      Regards,


            Luis


-----------------------------------------------------------------
On Sun, Aug 16, 2009 at 5:05 PM, Gideon Nimako <ginima2004 at yahoo.co.uk>wrote:

> Dear all
>
> I am trying to build one of the project examples in ITK in Visual C++ 2008
> and I am getting a linking error as below
>
> 1>LINK : fatal error LNK1104: cannot open file '..\..\bin\Debug\ITKIO.lib'
>
>
> Can any body help me out please
>
>
> Gideon Nimako
> Sheffield Hallam University
> UK
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090816/b16877e1/attachment.htm>


More information about the Insight-users mailing list