Build Log
  

Build started: Project: ipl98library, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\RSP00002320804016.rsp" with contents
[
/I "..\..\..\source" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "COMPILING_IPL98_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fp".\Debug/ipl98library.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP  /Zm500 

..\..\..\source\ipl98\cpp\algorithms\topography.cpp

..\..\..\source\time\time_date.cpp

..\..\..\source\ipl98\cpp\text.cpp

..\..\..\source\ipl98\cpp\std_image.cpp

..\..\..\source\ipl98\cpp\algorithms\statistic.cpp

..\..\..\source\ipl98\cpp\algorithms\spectral.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\sparse_hough_space3d.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\sparse_hough_space2d.cpp

..\..\..\source\ipl98\cpp\algorithms\segmentate.cpp

..\..\..\source\ipl98\cpp\pixelgroups.cpp

..\..\..\source\ipl98\cpp\pixelgroup.cpp

..\..\..\source\ipl98\cpp\algorithms\perspective.cpp

..\..\..\source\ipl98\cpp\palette.cpp

..\..\..\source\ipl98\cpp\algorithms\morphology.cpp

..\..\..\source\ipl98\cpp\algorithms\mask_operation.cpp

..\..\..\source\ipl98\cpp\algorithms\local_operation.cpp

..\..\..\source\ipl98\cpp\ipl98_general_functions.cpp

.\ipl98_explicit_template_inst.cpp

..\..\..\source\ipl98\cpp\int_image.cpp

..\..\..\source\ipl98\cpp\image.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\hough_space2d.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\hough_sht_line.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\hough_rht_line.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\hough_rht_circle.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\hough_probrht_line.cpp

..\..\..\source\ipl98\cpp\algorithms\hough_transform\hough_base.cpp

..\..\..\source\ipl98\cpp\algorithms\graphics.cpp

..\..\..\source\ipl98\cpp\algorithms\graph_plot2d.cpp

..\..\..\source\ipl98\cpp\float_image.cpp

..\..\..\source\ipl98\cpp\algorithms\feature_extraction.cpp

..\..\..\source\ipl98\cpp\algorithms\equation_solver.cpp

..\..\..\source\ipl98\cpp\corresponding_3d2d_points.cpp

..\..\..\source\ipl98\cpp\algorithms\coordinate_transform.cpp

..\..\..\source\ipl98\cpp\complex_image.cpp

..\..\..\source\ipl98\cpp\byte_image.cpp
]
Creating command line "cl.exe @c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\RSP00002320804016.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\RSP00002420804016.rsp" with contents
[
/I "C:\ipl98216\ipl98\source\ipl98" /I "..\..\..\source" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "COMPILING_IPL98_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fp".\Debug/ipl98library.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP  /Zm500 

.\ipl98_kernel_c.cpp
]
Creating command line "cl.exe @c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\RSP00002420804016.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\RSP00002520804016.rsp" with contents
[
/OUT:"../../../lib/ipl98_visualc_d.lib" .\Debug\byte_image.obj

.\Debug\complex_image.obj

.\Debug\coordinate_transform.obj

.\Debug\corresponding_3d2d_points.obj

.\Debug\equation_solver.obj

.\Debug\feature_extraction.obj

.\Debug\float_image.obj

.\Debug\graph_plot2d.obj

.\Debug\graphics.obj

.\Debug\hough_base.obj

.\Debug\hough_probrht_line.obj

.\Debug\hough_rht_circle.obj

.\Debug\hough_rht_line.obj

.\Debug\hough_sht_line.obj

.\Debug\hough_space2d.obj

.\Debug\image.obj

.\Debug\int_image.obj

.\Debug\ipl98_explicit_template_inst.obj

.\Debug\ipl98_general_functions.obj

.\Debug\ipl98_kernel_c.obj

.\Debug\local_operation.obj

.\Debug\mask_operation.obj

.\Debug\morphology.obj

.\Debug\palette.obj

.\Debug\perspective.obj

.\Debug\pixelgroup.obj

.\Debug\pixelgroups.obj

.\Debug\segmentate.obj

.\Debug\sparse_hough_space2d.obj

.\Debug\sparse_hough_space3d.obj

.\Debug\spectral.obj

.\Debug\statistic.obj

.\Debug\std_image.obj

.\Debug\text.obj

.\Debug\time_date.obj

.\Debug\topography.obj
]
Creating command line "lib.exe @c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\RSP00002520804016.rsp /NOLOGO"
Output Window
  
Compiling...
byte_image.cpp
complex_image.cpp
coordinate_transform.cpp
corresponding_3d2d_points.cpp
equation_solver.cpp
feature_extraction.cpp
float_image.cpp
graph_plot2d.cpp
graphics.cpp
hough_base.cpp
hough_probrht_line.cpp
hough_rht_circle.cpp
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\algorithms\hough_transform\hough_rht_circle.cpp(197) : 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.'
hough_rht_line.cpp
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\algorithms\hough_transform\hough_rht_line.cpp(195) : 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.'
hough_sht_line.cpp
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\algorithms\hough_transform\hough_sht_line.cpp(158) : 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.'
hough_space2d.cpp
image.cpp
int_image.cpp
ipl98_explicit_template_inst.cpp
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(226) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(226) : while compiling class template member function 'ipl::CArrayOS2DIterator ipl::CArrayOS2D::operator [](double)'
        with
        [
            T=double
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(69) : see reference to class template instantiation 'ipl::CArrayOS2D' being compiled
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(234) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(234) : while compiling class template member function 'ipl::CArrayOS2DConstIterator ipl::CArrayOS2D::operator [](double) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(401) : warning C4800: 'double' : forcing value to bool 'true' or 'false' (performance warning)
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(376) : while compiling class template member function 'std::istream &ipl::operator >>(std::istream &,ipl::CArrayOS2D &)'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(226) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(226) : while compiling class template member function 'ipl::CArrayOS2DIterator ipl::CArrayOS2D::operator [](double)'
        with
        [
            T=bool
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(70) : see reference to class template instantiation 'ipl::CArrayOS2D' being compiled
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(234) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(234) : while compiling class template member function 'ipl::CArrayOS2DConstIterator ipl::CArrayOS2D::operator [](double) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_it.h(91) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_it.h(91) : while compiling class template member function 'double &ipl::CArrayOS2DIterator::operator [](double)'
        with
        [
            T=double
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(71) : see reference to class template instantiation 'ipl::CArrayOS2DIterator' being compiled
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_it.h(91) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_it.h(91) : while compiling class template member function 'bool &ipl::CArrayOS2DIterator::operator [](double)'
        with
        [
            T=bool
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(72) : see reference to class template instantiation 'ipl::CArrayOS2DIterator' being compiled
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_const_it.h(86) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_const_it.h(86) : while compiling class template member function 'const double &ipl::CArrayOS2DConstIterator::operator [](double) const'
        with
        [
            T=double
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(73) : see reference to class template instantiation 'ipl::CArrayOS2DConstIterator' being compiled
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_const_it.h(86) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d_const_it.h(86) : while compiling class template member function 'const bool &ipl::CArrayOS2DConstIterator::operator [](double) const'
        with
        [
            T=bool
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(74) : see reference to class template instantiation 'ipl::CArrayOS2DConstIterator' being compiled
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(366) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\points\point2d.h(365) : while compiling class template member function 'CPoint2D CPoint2D::GetRounded(void) const'
        with
        [
            T=float
        ]
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\std_image.h(661) : see reference to class template instantiation 'CPoint2D' being compiled
        with
        [
            T=float
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(366) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
c:\cprojects\ballybin\ipl98\source\points\point2d.h(350) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\points\point2d.h(349) : while compiling class template member function 'bool CPoint2D::IsZero(T) const'
        with
        [
            T=ipl::UINT32
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(28) : see reference to class template instantiation 'CPoint2D' being compiled
        with
        [
            T=ipl::UINT32
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(350) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\cprojects\ballybin\ipl98\source\points\point2d.h(395) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\points\point2d.h(394) : while compiling class template member function 'void CPoint2D::RotatePi(void)'
        with
        [
            T=ipl::UINT32
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(396) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\cprojects\ballybin\ipl98\source\points\point2d.h(403) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\points\point2d.h(401) : while compiling class template member function 'void CPoint2D::RotatePiHalf(void)'
        with
        [
            T=ipl::UINT32
        ]
c:\cprojects\ballybin\ipl98\source\points\point3d.h(370) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\points\point3d.h(369) : while compiling class template member function 'bool CPoint3D::IsZero(T) const'
        with
        [
            T=ipl::UINT32
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(36) : see reference to class template instantiation 'CPoint3D' being compiled
        with
        [
            T=ipl::UINT32
        ]
c:\cprojects\ballybin\ipl98\source\points\point3d.h(370) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\cprojects\ballybin\ipl98\source\points\point3d.h(370) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\cprojects\ballybin\ipl98\source\points\point3d.h(410) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\points\point3d.h(403) : while compiling class template member function 'void CPoint3D::Rotate(double,double)'
        with
        [
            T=ipl::UINT32
        ]
c:\cprojects\ballybin\ipl98\source\points\point3d.h(388) : warning C4244: 'argument' : conversion from 'int' to 'ipl::FLOAT32', possible loss of data
        c:\cprojects\ballybin\ipl98\source\points\point3d.h(387) : while compiling class template member function 'CPoint3D CPoint3D::GetRounded(void) const'
        with
        [
            T=ipl::FLOAT32
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(38) : see reference to class template instantiation 'CPoint3D' being compiled
        with
        [
            T=ipl::FLOAT32
        ]
c:\cprojects\ballybin\ipl98\source\points\point3d.h(388) : warning C4244: 'argument' : conversion from 'int' to 'ipl::FLOAT32', possible loss of data
c:\cprojects\ballybin\ipl98\source\points\point3d.h(388) : warning C4244: 'argument' : conversion from 'int' to 'ipl::FLOAT32', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(39) : warning C4244: '=' : conversion from 'double' to 'ipl::UINT16', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(37) : while compiling class template member function 'ipl::CVector2D::CVector2D(T)'
        with
        [
            T=ipl::UINT16
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(43) : see reference to class template instantiation 'ipl::CVector2D' being compiled
        with
        [
            T=ipl::UINT16
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(40) : warning C4244: '=' : conversion from 'double' to 'ipl::UINT16', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(39) : warning C4244: '=' : conversion from 'double' to 'ipl::INT16', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(37) : while compiling class template member function 'ipl::CVector2D::CVector2D(T)'
        with
        [
            T=ipl::INT16
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(44) : see reference to class template instantiation 'ipl::CVector2D' being compiled
        with
        [
            T=ipl::INT16
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(40) : warning C4244: '=' : conversion from 'double' to 'ipl::INT16', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(39) : warning C4244: '=' : conversion from 'double' to 'ipl::UINT32', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(37) : while compiling class template member function 'ipl::CVector2D::CVector2D(T)'
        with
        [
            T=ipl::UINT32
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(45) : see reference to class template instantiation 'ipl::CVector2D' being compiled
        with
        [
            T=ipl::UINT32
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(40) : warning C4244: '=' : conversion from 'double' to 'ipl::UINT32', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(39) : warning C4244: '=' : conversion from 'double' to 'ipl::INT32', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(37) : while compiling class template member function 'ipl::CVector2D::CVector2D(T)'
        with
        [
            T=ipl::INT32
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(46) : see reference to class template instantiation 'ipl::CVector2D' being compiled
        with
        [
            T=ipl::INT32
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(40) : warning C4244: '=' : conversion from 'double' to 'ipl::INT32', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(39) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(37) : while compiling class template member function 'ipl::CVector2D::CVector2D(T)'
        with
        [
            T=ipl::FLOAT32
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(47) : see reference to class template instantiation 'ipl::CVector2D' being compiled
        with
        [
            T=ipl::FLOAT32
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(40) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(39) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(37) : while compiling class template member function 'ipl::CVector2D::CVector2D(T)'
        with
        [
            T=int
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(49) : see reference to class template instantiation 'ipl::CVector2D' being compiled
        with
        [
            T=int
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\vectors\vector2d.cpp(40) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\array2d.cpp(254) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\array2d.cpp(224) : while compiling class template member function 'void ipl::CArray2D::Rotate90(int)'
        with
        [
            T=double
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(61) : see reference to class template instantiation 'ipl::CArray2D' being compiled
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\array2d.cpp(254) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\array2d.cpp(224) : while compiling class template member function 'void ipl::CArray2D::Rotate90(int)'
        with
        [
            T=bool
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(62) : see reference to class template instantiation 'ipl::CArray2D' being compiled
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(530) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(527) : while compiling class template member function 'bool ipl::CArrayOS2D::InRange(const CPoint2D &) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(530) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(519) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(516) : while compiling class template member function 'bool ipl::CArrayOS2D::InRange(double,double) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(519) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(539) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(538) : while compiling class template member function 'ipl::CArrayOS2DIterator ipl::CArrayOS2D::Row(double)'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(545) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(544) : while compiling class template member function 'ipl::CArrayOS2DConstIterator ipl::CArrayOS2D::ConstRow(double) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(551) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(550) : while compiling class template member function 'ipl::CArrayOS2DIterator ipl::CArrayOS2D::Column(double)'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(557) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(556) : while compiling class template member function 'ipl::CArrayOS2DConstIterator ipl::CArrayOS2D::ConstColumn(double) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(576) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(573) : while compiling class template member function 'const double &ipl::CArrayOS2D::Get(const CPoint2D &) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(576) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(565) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(562) : while compiling class template member function 'const double &ipl::CArrayOS2D::Get(double,double) const'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(565) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(617) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(614) : while compiling class template member function 'bool ipl::CArrayOS2D::Set(const CPoint2D &,const T &)'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(617) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(603) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(600) : while compiling class template member function 'bool ipl::CArrayOS2D::Set(double,double,const T &)'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(603) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.cpp(135) : warning C4800: 'double' : forcing value to bool 'true' or 'false' (performance warning)
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.cpp(73) : while compiling class template member function 'bool ipl::CArrayOS2D::Load(const char *)'
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(530) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(527) : while compiling class template member function 'bool ipl::CArrayOS2D::InRange(const CPoint2D &) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(530) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(519) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(516) : while compiling class template member function 'bool ipl::CArrayOS2D::InRange(double,double) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(519) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(539) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(538) : while compiling class template member function 'ipl::CArrayOS2DIterator ipl::CArrayOS2D::Row(double)'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(545) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(544) : while compiling class template member function 'ipl::CArrayOS2DConstIterator ipl::CArrayOS2D::ConstRow(double) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(551) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(550) : while compiling class template member function 'ipl::CArrayOS2DIterator ipl::CArrayOS2D::Column(double)'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(557) : warning C4244: 'argument' : conversion from 'double' to 'size_t', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(556) : while compiling class template member function 'ipl::CArrayOS2DConstIterator ipl::CArrayOS2D::ConstColumn(double) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(576) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(573) : while compiling class template member function 'const bool &ipl::CArrayOS2D::Get(const CPoint2D &) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(576) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(565) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(562) : while compiling class template member function 'const bool &ipl::CArrayOS2D::Get(double,double) const'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(565) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(617) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(614) : while compiling class template member function 'bool ipl::CArrayOS2D::Set(const CPoint2D &,const T &)'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(617) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(603) : warning C4018: '<=' : signed/unsigned mismatch
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(600) : while compiling class template member function 'bool ipl::CArrayOS2D::Set(double,double,const T &)'
        with
        [
            T=bool
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\arrays\arrayos2d.h(603) : warning C4018: '<=' : signed/unsigned mismatch
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(72) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(71) : while compiling class template member function 'bool ipl::CLine2D::Intersect(const ipl::CStdImage &,CPoint2D &,CPoint2D &) const'
        with
        [
            T=float
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(78) : see reference to class template instantiation 'ipl::CLine2D' being compiled
        with
        [
            T=float
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(73) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(74) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(75) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(183) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(178) : while compiling class template member function 'bool ipl::CLineSegment2D::ProjectionOnSegment(const CPoint2D &) const'
        with
        [
            T=double
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(81) : see reference to class template instantiation 'ipl::CLineSegment2D' being compiled
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(154) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(151) : while compiling class template member function 'ipl::CLineSegment2D::CLineSegment2D(const CPoint2D &,const CPoint2D &)'
        with
        [
            T=float
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(82) : see reference to class template instantiation 'ipl::CLineSegment2D' being compiled
        with
        [
            T=float
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(172) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(168) : while compiling class template member function 'bool ipl::CLineSegment2D::Set(const CPoint2D &,const CPoint2D &)'
        with
        [
            T=float
        ]
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(183) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line_segment2d.h(178) : while compiling class template member function 'bool ipl::CLineSegment2D::ProjectionOnSegment(const CPoint2D &) const'
        with
        [
            T=float
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(66) : warning C4244: '=' : conversion from 'double' to 'ipl::INT16', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(89) : see reference to function template instantiation 'CPoint2D &CPoint2D::operator =(const CPoint2D &)' being compiled
        with
        [
            T=ipl::INT16
        ]
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(71) : while compiling class template member function 'bool ipl::CLine2D::Intersect(const ipl::CStdImage &,CPoint2D &,CPoint2D &) const'
        with
        [
            T=double
        ]
        c:\cprojects\ballybin\ipl98\projects\visualc\ipl98library\ipl98_explicit_template_inst.h(77) : see reference to class template instantiation 'ipl::CLine2D' being compiled
        with
        [
            T=double
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(66) : warning C4244: '=' : conversion from 'double' to 'ipl::INT16', possible loss of data
c:\cprojects\ballybin\ipl98\source\points\point2d.h(66) : warning C4244: '=' : conversion from 'float' to 'ipl::INT16', possible loss of data
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(89) : see reference to function template instantiation 'CPoint2D &CPoint2D::operator =(const CPoint2D &)' being compiled
        with
        [
            T=ipl::INT16
        ]
        c:\cprojects\ballybin\ipl98\source\ipl98\cpp\geometry\line2d.cpp(71) : while compiling class template member function 'bool ipl::CLine2D::Intersect(const ipl::CStdImage &,CPoint2D &,CPoint2D &) const'
        with
        [
            T=float
        ]
c:\cprojects\ballybin\ipl98\source\points\point2d.h(66) : warning C4244: '=' : conversion from 'float' to 'ipl::INT16', possible loss of data
ipl98_general_functions.cpp
local_operation.cpp
c:\cprojects\ballybin\ipl98\source\ipl98\cpp\algorithms\local_operation.cpp(304) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Compiling...
mask_operation.cpp
morphology.cpp
palette.cpp
perspective.cpp
pixelgroup.cpp
pixelgroups.cpp
segmentate.cpp
sparse_hough_space2d.cpp
sparse_hough_space3d.cpp
spectral.cpp
statistic.cpp
std_image.cpp
text.cpp
time_date.cpp
topography.cpp
Generating Code...
Compiling...
ipl98_kernel_c.cpp
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(40) : 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.'
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(61) : 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.'
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(83) : 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.'
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(95) : 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.'
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(96) : 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:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(124) : 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.'
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(128) : 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.'
c:\cprojects\ballybin\ipl98\source\time\kernel_c\kernel_time_date.c(133) : 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.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_string.c(141) : warning C4996: 'vsprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'vsprintf'
        Message: 'This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_error.c(68) : 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.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_error.c(99) : warning C4996: 'vsprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'vsprintf'
        Message: 'This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_error.c(118) : 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.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_error.c(156) : warning C4996: 'vsprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'vsprintf'
        Message: 'This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_error.c(160) : 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.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(72) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(74) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(76) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(245) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(269) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(274) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(294) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(303) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(317) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_io.c(322) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_text.c(144) : 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.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_text.c(323) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_text.c(332) : 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.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_text.c(346) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_text.c(412) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_text.c(481) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(374) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(466) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(504) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(506) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(508) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(2932) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(2939) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(2995) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(3002) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\image\kernel_functions.c(3003) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(221) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(282) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(315) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(317) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(319) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(1500) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(1524) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\float_image\f_kernel_functions.c(1572) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(222) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(283) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(316) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(320) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(1452) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(1476) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\int_image\i_kernel_functions.c(1524) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(238) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(299) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(332) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(334) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(336) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(1762) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(1788) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(1839) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\complex_image\c_kernel_functions.c(1866) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_corresponding_3d2d_points.c(568) : 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:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_corresponding_3d2d_points.c(603) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_corresponding_3d2d_points.c(628) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\cprojects\ballybin\ipl98\source\ipl98\kernel_c\kernel_corresponding_3d2d_points.c(728) : 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.'
Creating library...
Results
  
Build log was saved at "file://c:\Cprojects\ballybin\ipl98\projects\visualc\ipl98library\Debug\BuildLog.htm"
ipl98library - 0 error(s), 155 warning(s)