Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug\RSP00001D5812712.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/ImageLib.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP ".\WarpImage.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug\RSP00001D5812712.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug\RSP00001E5812712.rsp" with contents
[
/OUT:".\Debug\ImageLib.lib" ".\Debug\Convert.obj"

".\Debug\Convolve.obj"

".\Debug\FileIO.obj"

".\Debug\Image.obj"

".\Debug\Pyramid.obj"

".\Debug\RefCntMem.obj"

".\Debug\Transform.obj"

".\Debug\WarpImage.obj"
]
Creating command line "lib.exe @"c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug\RSP00001E5812712.rsp" /NOLOGO"
Output Window
  
Compiling...
WarpImage.cpp
c:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\image.h(165) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
c:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\image.h(166) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
c:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\image.h(167) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
c:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\image.h(168) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
c:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Creating library...
Results
  
Build log was saved at "file://c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug\BuildLog.htm"
ImageLib - 0 error(s), 5 warning(s)