[Insight-users] fatal error LNK1104: cannot open file "ITKAlgorithms.lib"

C. Aaron Cois cacst11+ at pitt.edu
Mon, 09 Feb 2004 12:22:01 -0500


>From my experience, all sorts of problems can be caused by trying touse
libraries built in debug when building in release, or vice versa.  I always
build ITK in both release and debug modes, so that I have both to work from
when working on projects.  I'd suggest building ITK in release mode also,
since you are building your project in release.

C. Aaron Cois
Graduate Student
Dept. of Bioengineering
Dept. of Computer Science
University of Pittsburgh
----- Original Message ----- 
From: "jiang" <jiang at TI.Uni-Trier.DE>
To: "ITK" <insight-users at itk.org>
Sent: Monday, February 09, 2004 12:16 PM
Subject: [Insight-users] fatal error LNK1104: cannot open file
"ITKAlgorithms.lib"


> Hi, all,
> I try to build my project as release. I set VC Build/Set Active
> Configurations.../My project - Win32 Release
> When I build it, the link error occurs: fatal error LNK1104: cannot open
> file "ITKAlgorithms.lib"
> The "ITKAlgorithms.lib" do exist in my itk/bin/Debug folder.
> What is the problem?
>
>
> Thanks a lot!
>
>
> Chunyan
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>