[Insight-users] Install ITK+BorlandC++

Luis Ibanez luis.ibanez@kitware.com
Thu, 31 Oct 2002 11:12:53 -0500


Hi Marcelo,

John is right about the version of the Borland compiler.

ITK builds with Borland 5.5 C++ compiler. This is the
free version that you can download from:

http://www.borland.com/products/downloads/download_cbuilder.html

The known caveat with Borland is that you have to use the
Minimum Size Relase (MinSizeRel) configuration. Otherwise the
linker is not able to manage the final steps of the building
process.


You can find a starting guide for ITK at

    Insight/Documentation/InsightStart.pdf

This is a short introduction that will lead you to
your ITK 'Hello World' application.

Additionally you can find in the InsightDocuments
checkout the material for a tutorial just presented
in IEEE visualization.

This is available at :

InsightDocuments/CourseWare/Training

You may want to take a look at :

   - GettingStarted-I.sxi , ppt
   - GettingStarted-II.sxi , ppt
   - GettingStarted-III.sxi , ppt
   - GettingStarted-IV.sxi , ppt

"sxi" is the extension used by OpenOffice 1.0.1

       http://www.openoffice.org/

for presentations. The "ppt" files are the
Powerpoint versions of the same presentations.


Please let us know if you have further questions,

   Thanks

    Luis


================================================

John Biddiscombe wrote:
>>Borland C++ 5.6 for Win32 Copyright (c) 1993, 2002 Borland
>>C:\ITK\Insight\Utilities\MetaIO\metaUtils.cxx:
>>Error E2268 C:\ITK\Insight\Utilities\MetaIO\metaUtils.cxx 175: Call to
>>undefined
>> function 'atof' in function MET_ValueToDouble(MET_ValueEnumType,const
>>
> void
> 
>>*,int,double *)
>>
> 
> I get the same errors using Borland 6 (or 5.6 compiler). Fixing the above
> leads to several more and I've not managed yet to fix all the errors I get
> due to lack of time to spend on it. I understand that Borland 5 (Compiler
> 5.5) works on most of the itk code. The free command line tools can be
> downloaded from Borlands web site
> 
> Please correct me if I'm mistaken.
> 
> JB
> 
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
> 
>