Build Log
  

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

Command Lines
  
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\RSP00000D59047272.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 .\features.cpp
]
Creating command line "cl.exe @c:\TA\CSE445\project2\Features\Debug\RSP00000D59047272.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\RSP00000E59047272.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\RSP00000E59047272.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\RSP00000F59047272.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\RSP00000F59047272.rsp /nologo"
Creating temporary file "c:\TA\CSE445\project2\Features\Debug\BAT00001059047272.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\TA\CSE445\project2\Features\Debug\BAT00001059047272.bat"
Output Window
  
Compiling...
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(128) : warning C4018: '<' : signed/unsigned mismatch
.\features.cpp(133) : warning C4018: '<' : signed/unsigned mismatch
.\features.cpp(240) : warning C4482: nonstandard extension used: enum 'EWarpInterpolationMode' used in qualified name
Linking...
imagelib.lib(WarpImage.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), 9 warning(s)