Build Log
  

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

Command Lines
  
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Debug\RSP00000522683460.rsp" with contents
[
/Od /I "C:\program files\fltk-1.1.7\\" /D "WIN32" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Zi /TP .\FeaturesMain.cpp
]
Creating command line "cl.exe @c:\snavely\work\TA\proj2\skeleton\Features\Debug\RSP00000522683460.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Debug\TMP00000622683460.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Features.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Features.exe.embed.manifest.res" c:\snavely\work\TA\proj2\skeleton\Features\Debug\TMP00000622683460.tmp"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Debug\RSP00000722683460.rsp" with contents
[
/OUT:"C:\snavely\work\TA\proj2\skeleton\Features\Debug\Features.exe" /INCREMENTAL /LIBPATH:"C:\program files\fltk-1.1.7\lib" /MANIFEST /MANIFESTFILE:"Debug\Features.exe.intermediate.manifest" /NODEFAULTLIB:"libcd.lib" /NODEFAULTLIB:"libc.lib" /NODEFAULTLIB:"libcmtd.lib" /NODEFAULTLIB:"libcmt.lib" /DEBUG /ASSEMBLYDEBUG /PDB:"c:\snavely\work\TA\proj2\skeleton\Features\Debug\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\debug\imagelib.lib"

".\Debug\features.obj"

".\Debug\FeaturesDoc.obj"

".\Debug\FeatureSet.obj"

".\Debug\FeaturesMain.obj"

".\Debug\FeaturesUI.obj"

".\Debug\ImageDatabase.obj"

".\Debug\ImageView.obj"

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

.\Debug\Features.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\snavely\work\TA\proj2\skeleton\Features\Debug\RSP00000822683460.rsp /nologo"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Debug\BAT00000922683460.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\snavely\work\TA\proj2\skeleton\Features\Debug\BAT00000922683460.bat"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Debug\TMP00000A22683460.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Features.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Features.exe.embed.manifest.res" c:\snavely\work\TA\proj2\skeleton\Features\Debug\TMP00000A22683460.tmp"
Creating temporary file "c:\snavely\work\TA\proj2\skeleton\Features\Debug\RSP00000B22683460.rsp" with contents
[
/OUT:"C:\snavely\work\TA\proj2\skeleton\Features\Debug\Features.exe" /INCREMENTAL /LIBPATH:"C:\program files\fltk-1.1.7\lib" /MANIFEST /MANIFESTFILE:"Debug\Features.exe.intermediate.manifest" /NODEFAULTLIB:"libcd.lib" /NODEFAULTLIB:"libc.lib" /NODEFAULTLIB:"libcmtd.lib" /NODEFAULTLIB:"libcmt.lib" /DEBUG /ASSEMBLYDEBUG /PDB:"c:\snavely\work\TA\proj2\skeleton\Features\Debug\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\debug\imagelib.lib"

".\Debug\features.obj"

".\Debug\FeaturesDoc.obj"

".\Debug\FeatureSet.obj"

".\Debug\FeaturesMain.obj"

".\Debug\FeaturesUI.obj"

".\Debug\ImageDatabase.obj"

".\Debug\ImageView.obj"

".\Debug\Features.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\snavely\work\TA\proj2\skeleton\Features\Debug\RSP00000B22683460.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
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.'
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\snavely\work\TA\proj2\skeleton\Features\Debug\BuildLog.htm"
Features - 0 error(s), 8 warning(s)