[vtk-developers] include missing

Luca Picello luca.picello at libero.it
Wed Aug 3 05:31:32 EDT 2005


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.




More information about the vtk-developers mailing list