Build Log
  

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

Command Lines
  
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00000E22682336.rsp" with contents
[
/O2 /I "C:\program files\fltk-1.1.7\\" /D "WIN32" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Zi /TP .\ImageView.cpp

.\ImageDatabase.cpp

.\FeaturesUI.cpp

.\FeaturesMain.cpp

.\FeatureSet.cpp

.\FeaturesDoc.cpp

.\features.cpp
]
Creating command line "cl.exe @c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00000E22682336.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\TMP00000F22682336.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Release\\Features.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Release\Features.exe.embed.manifest.res" c:\snavely\work\TA\proj2\skeleton\Features\Release\TMP00000F22682336.tmp"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00001022682336.rsp" with contents
[
/OUT:"C:\snavely\work\TA\proj2\skeleton\Features\Release\Features.exe" /INCREMENTAL /LIBPATH:"C:\program files\fltk-1.1.7\lib" /MANIFEST /MANIFESTFILE:"Release\Features.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /NODEFAULTLIB:"libc" /NODEFAULTLIB:"libcmtd" /NODEFAULTLIB:"libcmt" /DEBUG /PDB:"c:\snavely\work\TA\proj2\skeleton\Features\Release\Features.pdb" Comctl32.lib fltkd.lib fltkformsd.lib fltkgld.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib fltkzd.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\release\imagelib.lib"

".\Release\features.obj"

".\Release\FeaturesDoc.obj"

".\Release\FeatureSet.obj"

".\Release\FeaturesMain.obj"

".\Release\FeaturesUI.obj"

".\Release\ImageDatabase.obj"

".\Release\ImageView.obj"

".\Release\Features.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00001022682336.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00001122682336.rsp" with contents
[
/out:.\Release\Features.exe.embed.manifest /notify_update /manifest

.\Release\Features.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00001122682336.rsp /nologo"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\BAT00001222682336.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\snavely\work\TA\proj2\skeleton\Features\Release\BAT00001222682336.bat"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\TMP00001322682336.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Release\\Features.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Release\Features.exe.embed.manifest.res" c:\snavely\work\TA\proj2\skeleton\Features\Release\TMP00001322682336.tmp"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00001422682336.rsp" with contents
[
/OUT:"C:\snavely\work\TA\proj2\skeleton\Features\Release\Features.exe" /INCREMENTAL /LIBPATH:"C:\program files\fltk-1.1.7\lib" /MANIFEST /MANIFESTFILE:"Release\Features.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /NODEFAULTLIB:"libc" /NODEFAULTLIB:"libcmtd" /NODEFAULTLIB:"libcmt" /DEBUG /PDB:"c:\snavely\work\TA\proj2\skeleton\Features\Release\Features.pdb" Comctl32.lib fltkd.lib fltkformsd.lib fltkgld.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib fltkzd.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\release\imagelib.lib"

".\Release\features.obj"

".\Release\FeaturesDoc.obj"

".\Release\FeatureSet.obj"

".\Release\FeaturesMain.obj"

".\Release\FeaturesUI.obj"

".\Release\ImageDatabase.obj"

".\Release\ImageView.obj"

".\Release\Features.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\snavely\work\TA\proj2\skeleton\Features\Release\RSP00001422682336.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
ImageView.cpp
ImageDatabase.cpp
FeaturesUI.cpp
FeaturesMain.cpp
c:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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(164) : 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(228) : 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(645) : 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.'
FeatureSet.cpp
FeaturesDoc.cpp
c:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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
c:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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:\snavely\work\ta\proj2\skeleton\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(267) : warning C4482: nonstandard extension used: enum 'EWarpInterpolationMode' used in qualified name
Generating Code...
Compiling manifest to resources...
Linking...
LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library
Embedding manifest...
Results
  
Build log was saved at "file://c:\snavely\work\TA\proj2\skeleton\Features\Release\BuildLog.htm"
Features - 0 error(s), 20 warning(s)