Build Log
  

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

Command Lines
  
Creating temporary file "c:\snavely\work\TA\proj3\skeleton\Release\RSP00000146602576.rsp" with contents
[
/O2 /Ob1 /I "c:\program files\fltk-1.1.7" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/svm.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c .\src\unwrap.cpp

.\src\svmui.cpp

.\src\svmmath.cpp

.\src\svmmain.cpp

.\src\svmCMath.c

.\src\jacob.cpp

.\src\ImgViewHandle.cpp

.\src\ImgViewDraw.cpp

.\src\ImgViewBox.cpp

.\src\ImgView.cpp

.\src\helppageui.cpp

.\src\camera.cpp

.\src\imagelib\refcntmem.cpp

.\src\imagelib\image.cpp

.\src\imagelib\fileio.cpp

.\src\imagelib\WarpImage.cpp

.\src\imagelib\Transform.cpp
]
Creating command line "cl.exe @c:\snavely\work\TA\proj3\skeleton\Release\RSP00000146602576.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\snavely\work\TA\proj3\skeleton\Release\RSP00000246602576.rsp" with contents
[
/OUT:".\Release/svm.exe" /INCREMENTAL:NO /LIBPATH:"c:\program files\fltk-1.1.7\lib" /LIBPATH:".\src\lapack" /MANIFEST /MANIFESTFILE:".\Release\svm.exe.intermediate.manifest" /NODEFAULTLIB:"libcmt" /PDB:".\Release/svm.pdb" /SUBSYSTEM:CONSOLE /MACHINE:I386 odbc32.lib odbccp32.lib opengl32.lib comctl32.lib glu32.lib fltk.lib fltkgl.lib wsock32.lib glut32.lib CLAPACK.lib BLAS.lib libF77.lib libI77.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

".\Release\Transform.obj"

".\Release\WarpImage.obj"

".\Release\FileIO.obj"

".\Release\Image.obj"

".\Release\RefCntMem.obj"

".\Release\camera.obj"

".\Release\HelpPageUI.obj"

".\Release\ImgView.obj"

".\Release\ImgViewBox.obj"

".\Release\ImgViewDraw.obj"

".\Release\ImgViewHandle.obj"

".\Release\jacob.obj"

".\Release\svmCMath.obj"

".\Release\svmMain.obj"

".\Release\svmmath.obj"

".\Release\svmUI.obj"

".\Release\unwrap.obj"
]
Creating command line "link.exe @c:\snavely\work\TA\proj3\skeleton\Release\RSP00000246602576.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\snavely\work\TA\proj3\skeleton\Release\RSP00000346602576.rsp" with contents
[
/outputresource:".\Release\svm.exe;#1" /manifest

.\Release\svm.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\snavely\work\TA\proj3\skeleton\Release\RSP00000346602576.rsp /nologo"
Creating temporary file "c:\snavely\work\TA\proj3\skeleton\Release\BAT00000446602576.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\snavely\work\TA\proj3\skeleton\Release\BAT00000446602576.bat"
Output Window
  
Compiling...
unwrap.cpp
svmui.cpp
svmmath.cpp
svmmain.cpp
c:\snavely\work\ta\proj3\skeleton\src\ImageLib/Image.h(163) : 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\proj3\skeleton\src\ImageLib/Image.h(164) : 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\proj3\skeleton\src\ImageLib/Image.h(165) : 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\proj3\skeleton\src\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\proj3\skeleton\src\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.'
.\src\svmmain.cpp(56) : 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.'
Generating Code...
Compiling...
svmCMath.c
Generating Code...
Compiling...
jacob.cpp
ImgViewHandle.cpp
ImgViewDraw.cpp
ImgViewBox.cpp
ImgView.cpp
helppageui.cpp
camera.cpp
refcntmem.cpp
image.cpp
c:\snavely\work\ta\proj3\skeleton\src\imagelib\Image.h(163) : 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\proj3\skeleton\src\imagelib\Image.h(164) : 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\proj3\skeleton\src\imagelib\Image.h(165) : 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\proj3\skeleton\src\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\proj3\skeleton\src\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.'
fileio.cpp
c:\snavely\work\ta\proj3\skeleton\src\imagelib\Image.h(163) : 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\proj3\skeleton\src\imagelib\Image.h(164) : 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\proj3\skeleton\src\imagelib\Image.h(165) : 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\proj3\skeleton\src\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\proj3\skeleton\src\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.'
.\src\imagelib\fileio.cpp(115) : 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.'
.\src\imagelib\fileio.cpp(250) : 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.'
WarpImage.cpp
c:\snavely\work\ta\proj3\skeleton\src\imagelib\Image.h(163) : 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\proj3\skeleton\src\imagelib\Image.h(164) : 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\proj3\skeleton\src\imagelib\Image.h(165) : 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\proj3\skeleton\src\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\proj3\skeleton\src\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.'
Transform.cpp
Generating Code...
c:\snavely\work\ta\proj3\skeleton\src\imgviewbox.cpp(37) : warning C4723: potential divide by 0
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\snavely\work\TA\proj3\skeleton\Release\BuildLog.htm"
svm - 0 error(s), 24 warning(s)