Build Log
  

Rebuild started: Project: vctest, Configuration: Release|Win32

Command Lines
  
Creating temporary file "z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000B56521684.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /D "_AFXDLL" /GF /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp".\Release/vctest.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\vitaminctrl.cpp

.\vctestDlg.cpp

.\vctest.cpp
]
Creating command line "cl.exe @z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000B56521684.rsp /nologo /errorReport:prompt"
Creating temporary file "z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000C56521684.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /D "_AFXDLL" /GF /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp".\Release/vctest.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\StdAfx.cpp
]
Creating command line "cl.exe @z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000C56521684.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_AFXDLL" /d "NDEBUG" /d "_VC80_UPGRADE=0x0700" /l 0x404 /fo".\Release/vctest.res" .\vctest.rc"
Creating temporary file "z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000D56521684.rsp" with contents
[
/OUT:".\Release/vctest.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Release\vctest.exe.intermediate.manifest" /PDB:".\Release/vctest.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386

".\Release\StdAfx.obj"

".\Release\vctest.obj"

".\Release\vctest.res"

".\Release\vctestDlg.obj"

".\Release\vitaminctrl.obj"
]
Creating command line "link.exe @z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000D56521684.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000E56521684.rsp" with contents
[
/outputresource:".\Release\vctest.exe;#1" /manifest

.\Release\vctest.exe.intermediate.manifest
]
Creating command line "mt.exe @z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\RSP00000E56521684.rsp /nologo"
Creating temporary file "z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\BAT00000F56521684.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\BAT00000F56521684.bat"
Output Window
  
Compiling...
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Compiling...
vitaminctrl.cpp
vctestDlg.cpp
.\vctestDlg.cpp(844) : 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.'
.\vctestDlg.cpp(847) : 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.'
.\vctestDlg.cpp(850) : 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.'
.\vctestDlg.cpp(897) : 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.'
.\vctestDlg.cpp(907) : 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.'
.\vctestDlg.cpp(917) : 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.'
.\vctestDlg.cpp(2219) : 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.'
.\vctestDlg.cpp(2535) : 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.'
vctest.cpp
.\vctest.cpp(52) : warning C4996: 'CWinApp::Enable3dControls' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\afxwin.h(4471) : see declaration of 'CWinApp::Enable3dControls'
        Message: 'CWinApp::Enable3dControls is no longer needed. You should remove this call.'
Generating Code...
Compiling resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://z:\Project\VNDP_HighProfile\VitaminCtrl\20070917\sample\sample\vctest\Release\BuildLog.htm"
vctest - 0 error(s), 9 warning(s)