Build Log |
|
Command Lines |
Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\RSP00000111442716.rsp" with contents [ /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\TestApp1.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\TestApp1View.cpp .\TestApp1Doc.cpp .\TestApp1.cpp .\PULDATE.CPP .\PulCustomCtrl.cpp .\MainFrm.cpp .\CustomCtrl.cpp ] Creating command line "cl.exe @c:\Temp\MCTester\TestApp1\Debug\RSP00000111442716.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\RSP00000211442716.rsp" with contents [ /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\TestApp1.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\stdafx.cpp ] Creating command line "cl.exe @c:\Temp\MCTester\TestApp1\Debug\RSP00000211442716.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\TMP00000311442716.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\TestApp1.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\TestApp1.exe.embed.manifest.res" c:\Temp\MCTester\TestApp1\Debug\TMP00000311442716.tmp" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\RSP00000411442716.rsp" with contents [ /OUT:"Debug\TestApp1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\TestApp1.exe.intermediate.manifest" /DEBUG /PDB:"c:\Temp\MCTester\TestApp1\Debug\TestApp1.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 \WinApp\DebugJkpAho\WinApp.lib ".\Debug\CustomCtrl.obj" ".\Debug\MainFrm.obj" ".\Debug\PulCustomCtrl.obj" ".\Debug\Puldate.obj" ".\Debug\stdafx.obj" ".\Debug\TestApp1.obj" ".\Debug\TestApp1Doc.obj" ".\Debug\TestApp1View.obj" ".\Debug\TestApp1.res" ".\Debug\TestApp1.exe.embed.manifest.res" ] Creating command line "link.exe @c:\Temp\MCTester\TestApp1\Debug\RSP00000411442716.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\RSP00000511442716.rsp" with contents [ /out:.\Debug\TestApp1.exe.embed.manifest /notify_update /manifest .\Debug\TestApp1.exe.intermediate.manifest ] Creating command line "mt.exe @c:\Temp\MCTester\TestApp1\Debug\RSP00000511442716.rsp /nologo" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\BAT00000611442716.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\Temp\MCTester\TestApp1\Debug\BAT00000611442716.bat" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\TMP00000711442716.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\TestApp1.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\TestApp1.exe.embed.manifest.res" c:\Temp\MCTester\TestApp1\Debug\TMP00000711442716.tmp" Creating temporary file "c:\Temp\MCTester\TestApp1\Debug\RSP00000811442716.rsp" with contents [ /OUT:"Debug\TestApp1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\TestApp1.exe.intermediate.manifest" /DEBUG /PDB:"c:\Temp\MCTester\TestApp1\Debug\TestApp1.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 \WinApp\DebugJkpAho\WinApp.lib ".\Debug\CustomCtrl.obj" ".\Debug\MainFrm.obj" ".\Debug\PulCustomCtrl.obj" ".\Debug\Puldate.obj" ".\Debug\stdafx.obj" ".\Debug\TestApp1.obj" ".\Debug\TestApp1Doc.obj" ".\Debug\TestApp1View.obj" ".\Debug\TestApp1.res" ".\Debug\TestApp1.exe.embed.manifest.res" ] Creating command line "link.exe @c:\Temp\MCTester\TestApp1\Debug\RSP00000811442716.rsp /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... CustomCtrl.cpp c:\temp\mctester\testapp1\customctrl.cpp(184) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy' c:\temp\mctester\testapp1\customctrl.cpp(242) : warning C4311: 'type cast' : pointer truncation from 'LRESULT (__stdcall *)(HWND,UINT,WPARAM,LPARAM)' to 'DWORD' MainFrm.cpp PulCustomCtrl.cpp c:\temp\mctester\testapp1\pulcustomctrl.cpp(206) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy' c:\temp\mctester\testapp1\pulcustomctrl.cpp(476) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy' c:\temp\mctester\testapp1\pulcustomctrl.cpp(486) : warning C4311: 'type cast' : pointer truncation from 'LRESULT (__stdcall *)(HWND,UINT,WPARAM,LPARAM)' to 'DWORD' PULDATE.CPP c:\temp\mctester\testapp1\puldate.cpp(1668) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 8\vc\include\time.inl(114) : see declaration of 'localtime' c:\temp\mctester\testapp1\puldate.cpp(2285) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 8\vc\include\time.inl(114) : see declaration of 'localtime' TestApp1.cpp TestApp1Doc.cpp TestApp1View.cpp Generating Code... Compiling manifest to resources... Linking... LINK : warning LNK4076: invalid incremental status file 'Debug\TestApp1.ilk'; linking nonincrementally Embedding manifest... LINK : warning LNK4076: invalid incremental status file 'Debug\TestApp1.ilk'; linking nonincrementally |
Results |
Build log was saved at "file://c:\Temp\MCTester\TestApp1\Debug\BuildLog.htm" TestApp1 - 0 error(s), 9 warning(s) |