[IGSTK-Developers] New build machine for VS71 and VS80 & Warning messages

Patrick Cheng cheng at isis.georgetown.edu
Mon Feb 6 08:33:18 EST 2006


Hi everyone,

The build02 at ISIS is being reconfigured and up running, now it
builds both Visual Studio .NET 2003 and Visual Studio 2005 for both
Debug and Release on main repository and sandbox. So 8 builds in total.

Some deprecated warning message as I mentioned before are summarized here.

1. Most warnings are from VTK classes including,
vtkRenderWindowInteractor, vtkAlgorithm, vtkImageWriter, vtkProperty,
and vtkAbstractArray.

2. ITK disabled this warning(from vxl lib?), but there are still two
coming from the gdcmSerieHelper class. Maybe we can ask the ITK folks
fix this
--------------------------------------------------------------------
Insight\Utilities\gdcm/src/gdcmSerieHelper.h(109) : warning C4996:
'sscanf' was declared deprecated
Insight\Utilities\gdcm/src/gdcmSerieHelper.h(109) : warning C4996:
'sscanf' was declared deprecated
--------------------------------------------------------------------


3. From IGSTK, we need David to help on this, warnings are from
igstkSerialCommunication and igstkNDICommandInterpreter
--------------------------------------------------------------------
..\igstkSerialCommunication.cxx(464) : warning C4996: 'asctime' was
declared deprecated
..\igstkSerialCommunication.cxx(464) : warning C4996: 'localtime' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(537) : warning C4996: 'sprintf' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(863) : warning C4996: 'sprintf' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(870) : warning C4996: 'sprintf' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(878) : warning C4996: 'sprintf' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(886) : warning C4996: 'sprintf' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(894) : warning C4996: 'sprintf' was
declared deprecated
..\igstkNDICommandInterpreter.cxx(903) : warning C4996: 'sprintf' was
declared deprecated
--------------------------------------------------------------------


Patrick





More information about the IGSTK-Developers mailing list