[IGSTK-Developers] The VC2005 compiler summary

Patrick Cheng cheng at isis.georgetown.edu
Thu Dec 8 12:51:29 EST 2005


Hi folks,

For the VC2005, I managed to get the build machine running use the new 
compiler. But because I was using the free express version, it doesn't 
come with the .com executable. which will generate wrong results on 
dashboard. The detail about this problem is here.
http://msdn.microsoft.com/library/en-us/vsintro7/html/vxgrfcommandlineswitches.asp

Anyway, we are ordering the standard version of VC2005. So we will 
support the new compiler soon.

The new CRT deprecates lots of 'unsafe' functions and adds new safe 
functions. such as 'strcpy' --> 'strcpy_s' : reference can be found:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncode/html/secure03102004.asp


In ITK vxl, it disabled this warning by checking the compiler version. 
and set the _CRT_SECURE_NO_DEPRECATE flag. That's why there is no 
warning from ITK.

Following is a out put of the warning message:



Microsoft (R) Development Environment  Version 8.00.3077.

Copyright (C) Microsoft Corp 1984-2001. All rights reserved.

------ Build started: Project: IGSTK, Configuration: Debug Win32 ------



Compiling...
igstkSerialCommunicationForWindows.cxx
igstkTubeGroupObject.cxx
igstkGroupObject.cxx
igstkMeshReader.cxx
igstkTubeReader.cxx
igstkVTKLoggerOutput.cxx
igstkView3D.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkView2D.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkView.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkTubeObjectRepresentation.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkTubeObject.cxx
igstkTransform.cxx
igstkTrackerTool.cxx
igstkTrackerPort.cxx
igstkTracker.cxx
igstkToken.cxx
igstkTimeStamp.cxx
igstkSpatialObject.cxx
igstkSerialCommunicationSimulator.cxx
igstkSerialCommunication.cxx
..\..\IGSTK-Debug\Source\igstkSerialCommunication.cxx(507) : warning 
C4996: 'asctime' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\time.h(166) : see declaration of 'asctime'
         Message: 'This function or variable may be unsafe. Consider 
using asctime_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkSerialCommunication.cxx(507) : warning 
C4996: 'localtime' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\time.inl(114) : see declaration of 'localtime'
         Message: 'This function or variable may be unsafe. Consider 
using localtime_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
igstkPulseGenerator.cxx
igstkPolarisTrackerTool.cxx
igstkPolarisTracker.cxx
igstkObjectRepresentation.cxx
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkNDICommandInterpreter.cxx
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(536) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(862) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(869) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(877) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(885) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(893) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Source\igstkNDICommandInterpreter.cxx(902) : warning 
C4996: 'sprintf' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(345) : see declaration of 'sprintf'
         Message: 'This function or variable may be unsafe. Consider 
using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkMultipleOutput.cxx
igstkFLTKTextLogOutput.cxx
igstkFLTKTextBufferLogOutput.cxx
igstkMeshObjectRepresentation.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkMeshObject.cxx
igstkEllipsoidObjectRepresentation.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkEllipsoidObject.cxx
igstkCylinderObjectRepresentation.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCylinderObject.cxx
igstkCommunication.cxx
igstkBinaryData.cxx
igstkAuroraTrackerTool.cxx
igstkAuroraTracker.cxx
igstkLandmark3DRegistration.cxx
igstkMRImageSpatialObjectRepresentation.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
igstkCTImageSpatialObjectRepresentation.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkMRImageSpatialObject.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCTImageSpatialObject.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkMRImageReader.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCTImageReader.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Creating library...

Build log was saved at 
"file://c:\Patrick\IGSTK\VS80-Debug-Nig\Source\IGSTK.dir\Debug\BuildLog.htm"
IGSTK - 0 error(s), 35 warning(s)






------ Build started: Project: igstkStateMachineExportTest, 
Configuration: Debug Win32 ------



Compiling...
igstkStateMachineExportTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
Compiling manifest to resources...
Linking...
    Creating library 
C:\Patrick\IGSTK\VS80-Debug-Nig\bin\Debug\igstkStateMachineExportTest.lib 
and object 
C:\Patrick\IGSTK\VS80-Debug-Nig\bin\Debug\igstkStateMachineExportTest.exp
Embedding manifest...

Build log was saved at 
"file://c:\Patrick\IGSTK\VS80-Debug-Nig\Testing\igstkStateMachineExportTest.dir\Debug\BuildLog.htm"
igstkStateMachineExportTest - 0 error(s), 4 warning(s)






------ Build started: Project: igstkSystemInformation, Configuration: 
Debug Win32 ------


Compiling...
igstkSystemInformation.cxx
Compiling manifest to resources...
Linking...
Embedding manifest...

Build log was saved at 
"file://c:\Patrick\IGSTK\VS80-Debug-Nig\Testing\igstkSystemInformation.dir\Debug\BuildLog.htm"
igstkSystemInformation - 0 error(s), 0 warning(s)







------ Build started: Project: igstkTests, Configuration: Debug Win32 ------



Compiling...
igstkTubeReaderTest.cxx
igstkSpatialObjectReaderTest.cxx
igstkMeshReaderTest.cxx
igstkVTKLoggerOutputTest.cxx
igstkViewRefreshRateTest.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkViewTest.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkTubeObjectTest.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkTransformTest.cxx
igstkTrackerToolTest.cxx
igstkTrackerPortTest.cxx
igstkTokenTest.cxx
igstkTimeStampTest.cxx
igstkStateMachineErrorsTest.cxx
igstkStateMachineTest.cxx
igstkSerialCommunicationSimulatorTest.cxx
..\..\IGSTK-Debug\Testing\igstkSerialCommunicationSimulatorTest.cxx(74) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkSerialCommunicationSimulatorTest.cxx(75) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkSerialCommunicationSimulatorTest.cxx(76) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkSerialCommunicationSimulatorTest.cxx(80) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkSerialCommunicationTest.cxx
igstkPulseGeneratorTest.cxx
igstkPolarisTrackerSimulatedTest.cxx
igstkNDICommandInterpreterStressTest.cxx
..\..\IGSTK-Debug\Testing\igstkNDICommandInterpreterStressTest.cxx(56) : 
warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkNDICommandInterpreterStressTest.cxx(57) : 
warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkNDICommandInterpreterStressTest.cxx(58) : 
warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkNDICommandInterpreterStressTest.cxx(62) : 
warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkNDICommandInterpreterStressTest.cxx(270) 
: warning C4996: 'fopen' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(234) : see declaration of 'fopen'
         Message: 'This function or variable may be unsafe. Consider 
using fopen_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\IGSTK-Debug\Testing\igstkNDICommandInterpreterStressTest.cxx(520) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkNDICommandInterpreterSimulatedTest.cxx
c:\patrick\igstk\igstk-debug\testing\igstkNDICommandInterpreterTest.cxx(55) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\igstk\igstk-debug\testing\igstkNDICommandInterpreterTest.cxx(56) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\igstk\igstk-debug\testing\igstkNDICommandInterpreterTest.cxx(57) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\igstk\igstk-debug\testing\igstkNDICommandInterpreterTest.cxx(61) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\igstk\igstk-debug\testing\igstkNDICommandInterpreterTest.cxx(298) 
: warning C4996: 'fopen' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\stdio.h(234) : see declaration of 'fopen'
         Message: 'This function or variable may be unsafe. Consider 
using fopen_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\igstk\igstk-debug\testing\igstkNDICommandInterpreterTest.cxx(832) 
: warning C4996: 'strncpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(156) : see declaration of 'strncpy'
         Message: 'This function or variable may be unsafe. Consider 
using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
igstkMultipleOutputTest.cxx
igstkMeshObjectTest.cxx
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkMRImageReaderTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCTImageReaderTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkImageReaderTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkLandmark3DRegistrationTest.cxx
igstkFLTKTextLogOutputTest.cxx
igstkFLTKTextBufferLogOutputTest.cxx
igstkEllipsoidObjectTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkStringEventTest.cxx
igstkMRImageSpatialObjectRepresentationTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCTImageSpatialObjectRepresentationTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkImageSpatialObjectRepresentationTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkImageSpatialObjectTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkMRImageSpatialObjectTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCTImageSpatialObjectReadingAndRepresentationTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkProperty.h(386) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCTImageSpatialObjectTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkDICOMImageReaderErrorsTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkDICOMImageReaderTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
igstkCylinderObjectTest.cxx
c:\patrick\vtk\vtk\filtering\vtkAlgorithm.h(158) : warning C4996: 
'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\patrick\vtk\vtk\common\vtkDataArray.h(318) : warning C4996: 'strcpy' 
was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\Patrick\VTK\VTK\Rendering\vtkRenderWindowInteractor.h(238) : warning 
C4996: 'strcpy' was declared deprecated
         C:\Program Files\Microsoft Visual Studio 
8\VC\include\string.h(73) : see declaration of 'strcpy'
         Message: 'This function or variable may be unsafe. Consider 
using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
igstkCommunicationTest.cxx
igstkBinaryDataTest.cxx
igstkBasicTrackerTest.cxx
igstkAuroraTrackerSimulatedTest.cxx
igstkTests.cxx
Generating Code...
Compiling manifest to resources...
Linking...
    Creating library 
C:\Patrick\IGSTK\VS80-Debug-Nig\bin\Debug\igstkTests.lib and object 
C:\Patrick\IGSTK\VS80-Debug-Nig\bin\Debug\igstkTests.exp
Embedding manifest...

Build log was saved at 
"file://c:\Patrick\IGSTK\VS80-Debug-Nig\Testing\igstkTests.dir\Debug\BuildLog.htm"
igstkTests - 0 error(s), 52 warning(s)






------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------



Performing Post-Build Event...
"Build all projects"

Build log was saved at 
"file://c:\Patrick\IGSTK\VS80-Debug-Nig\ALL_BUILD.dir\Debug\BuildLog.htm"
ALL_BUILD - 0 error(s), 0 warning(s)







---------------------- Done ----------------------



     Build: 5 succeeded, 0 failed, 0 skipped









More information about the IGSTK-Developers mailing list