Build Log
  

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

Command Lines
  
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\RSP00003C59043884.rsp" with contents
[
/Od /I "C:\program files\fltk-1.1.4\\" /D "WIN32" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHa /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Zi /clr:oldSyntax /TP .\FeaturesMain.cpp

.\features.cpp
]
Creating command line "cl.exe @c:\TA\CSE445\project2\Features\Debug\RSP00003C59043884.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\RSP00003D59043884.rsp" with contents
[
/OUT:"C:\TA\CSE445\project2\Features\Debug\Features.exe" /INCREMENTAL /LIBPATH:"C:\program files\fltk-1.1.4\lib" /LIBPATH:"C:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug" /MANIFEST /MANIFESTFILE:"Debug\Features.exe.intermediate.manifest" /NODEFAULTLIB:"libcd.lib" /NODEFAULTLIB:"libc.lib" /NODEFAULTLIB:"libcmtd.lib" /NODEFAULTLIB:"libcmt.lib" /DEBUG /ASSEMBLYDEBUG /PDB:"c:\TA\CSE445\project2\Features\Debug\Features.pdb" /FIXED:No Comctl32.lib fltkd.lib fltkformsd.lib fltkgld.lib fltkimagesd.lib wsock32.lib opengl32.lib glu32.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\imagelib\debug\imagelib.lib"

".\Debug\features.obj"

".\Debug\FeaturesDoc.obj"

".\Debug\FeatureSet.obj"

".\Debug\FeaturesMain.obj"

".\Debug\FeaturesUI.obj"

".\Debug\ImageDatabase.obj"

".\Debug\ImageView.obj"
]
Creating command line "link.exe @c:\TA\CSE445\project2\Features\Debug\RSP00003D59043884.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\RSP00003E59043884.rsp" with contents
[
/outputresource:".\Debug\Features.exe;#1" /manifest

.\Debug\Features.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\TA\CSE445\project2\Features\Debug\RSP00003E59043884.rsp /nologo"
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\BAT00003F59043884.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\TA\CSE445\project2\Features\Debug\BAT00003F59043884.bat"
Output Window
  
Compiling...
FeaturesMain.cpp
c:\ta\cse445\project2\features\imagelib\Image.h(165) : 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:\ta\cse445\project2\features\imagelib\Image.h(166) : 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:\ta\cse445\project2\features\imagelib\Image.h(167) : 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:\ta\cse445\project2\features\imagelib\Image.h(168) : 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:\ta\cse445\project2\features\imagelib\Image.h(170) : 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.'
.\FeaturesMain.cpp(396) : 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.'
.\FeaturesMain.cpp(403) : warning C4018: '<' : signed/unsigned mismatch
features.cpp
c:\ta\cse445\project2\features\imagelib\Image.h(165) : 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:\ta\cse445\project2\features\imagelib\Image.h(166) : 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:\ta\cse445\project2\features\imagelib\Image.h(167) : 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:\ta\cse445\project2\features\imagelib\Image.h(168) : 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:\ta\cse445\project2\features\imagelib\Image.h(170) : 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.'
.\features.cpp(119) : warning C4305: 'argument' : truncation from 'int' to 'bool'
.\features.cpp(130) : warning C4018: '<' : signed/unsigned mismatch
.\features.cpp(136) : warning C4018: '<' : signed/unsigned mismatch
.\features.cpp(247) : warning C4482: nonstandard extension used: enum 'EWarpInterpolationMode' used in qualified name
Generating Code...
c:\ta\cse445\project2\features\featuresmain.cpp(270) : warning C4715: 'mainBenchmark' : not all control paths return a value
c:\ta\cse445\project2\features\featuresmain.cpp(413) : warning C4715: 'saveRoc' : not all control paths return a value
Linking...
imagelib.lib(RefCntMem.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Embedding manifest...
Results
  
Build log was saved at "file://c:\TA\CSE445\project2\Features\Debug\BuildLog.htm"
Features - 0 error(s), 19 warning(s)