[vtk-developers] include missing

David Cole david.cole at kitware.com
Wed Aug 3 14:10:03 EDT 2005


I've checked both of these fixes in...

David

Luca Picello wrote:

> hello everybody again.
> I am really sorry to bother you again with BCB related issues but it 
> is missing in vtkExodusReader.cxx in the current cvs
>
> #include <ctype.h>
>
> to successully compile with BCB6.
>
> thus,
>
> diff -r1.5 vtkBorlandRenderWindow.cpp
> 134c134
> <     float rgb[3] = { GetRValue(L)/255.0, GetGValue(L)/255.0, 
> GetBValue(L)/255.0 };
> ---
> >     double rgb[3] = { GetRValue(L)/255.0, GetGValue(L)/255.0, 
> GetBValue(L)/255.0 };
>
> still needs to be converted to double
>
> Thanks a million,
>
> Luca
>
> ps: BCB is not abandonware. we all hope new release will be ready for 
> the end of this year.
>
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at vtk.org
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>




More information about the vtk-developers mailing list