[Insight-users] Visual C++ Compiling
Joshua Cates
cates@sci.utah.edu
Thu, 2 Jan 2003 12:15:48 -0700 (MST)
Hi David,
> 2) When I used CMake to get my VC project and turn
> off the testing and examples, it doesn't compile much.
> In particular, I was looking through the Algorithms...
This is because most of the code is template code and cannot be compiled
into object code until instantiated. For Algorithms, the only
non-template code happens to be related to the Watershed stuff.
Josh.
______________________________
Josh Cates
School of Computer Science
University of Utah
Email: cates@sci.utah.edu
Phone: (801) 587-7697
URL: http://www.sci.utah.edu/~cates
On Thu, 2 Jan 2003, David Holmes wrote:
> Hello-
>
> I have several questions about compiling on a windows
> box. I haven't found much info so far. Let's start
> with these:
>
> 1) Why is the Shared Object Library not an option?
> It only makes sense that you'd like to create dlls,
> but at this point that doesn't appear to be an option.
> Is there a problem there or has no-one tackled it
> yet?
>
> 2) When I used CMake to get my VC project and turn
> off the testing and examples, it doesn't compile much.
> In particular, I was looking through the Algorithms
> directory and it only compiles objs for the Watershed
> stuff. Why doesn't create objs for all of the
> classes/functions?
>
>
> Thanks
>
> david
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>