Build Log
  

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

Command Lines
  
Creating temporary file "c:\Temp\MCTester\TestApp1\Release\RSP00000911443976.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Yu"stdafx.h" /Fp"Release\TestApp1.pch" /Fo"Release\\" /Fd"Release\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\Release\RSP00000911443976.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Temp\MCTester\TestApp1\Release\RSP00000A11443976.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Yc"stdafx.h" /Fp"Release\TestApp1.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\stdafx.cpp
]
Creating command line "cl.exe @c:\Temp\MCTester\TestApp1\Release\RSP00000A11443976.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Temp\MCTester\TestApp1\Release\RSP00000B11443976.rsp" with contents
[
/OUT:"Release\TestApp1.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\TestApp1.exe.intermediate.manifest" /DEBUG /PDB:"c:\Temp\MCTester\TestApp1\Release\TestApp1.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 ".\Release\CustomCtrl.obj"

".\Release\MainFrm.obj"

".\Release\PulCustomCtrl.obj"

".\Release\Puldate.obj"

".\Release\stdafx.obj"

".\Release\TestApp1.obj"

".\Release\TestApp1Doc.obj"

".\Release\TestApp1View.obj"

".\Release\TestApp1.res"
]
Creating command line "link.exe @c:\Temp\MCTester\TestApp1\Release\RSP00000B11443976.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Temp\MCTester\TestApp1\Release\RSP00000C11443976.rsp" with contents
[
/outputresource:".\Release\TestApp1.exe;#1" /manifest

.\Release\TestApp1.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Temp\MCTester\TestApp1\Release\RSP00000C11443976.rsp /nologo"
Creating temporary file "c:\Temp\MCTester\TestApp1\Release\BAT00000D11443976.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\Temp\MCTester\TestApp1\Release\BAT00000D11443976.bat"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
TestApp1View.cpp
TestApp1Doc.cpp
TestApp1.cpp
PULDATE.CPP
.\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'
.\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'
PulCustomCtrl.cpp
.\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'
.\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'
.\PulCustomCtrl.cpp(486) : warning C4311: 'type cast' : pointer truncation from 'LRESULT (__stdcall *)(HWND,UINT,WPARAM,LPARAM)' to 'DWORD'
MainFrm.cpp
CustomCtrl.cpp
.\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'
.\CustomCtrl.cpp(242) : warning C4311: 'type cast' : pointer truncation from 'LRESULT (__stdcall *)(HWND,UINT,WPARAM,LPARAM)' to 'DWORD'
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Temp\MCTester\TestApp1\Release\BuildLog.htm"
TestApp1 - 0 error(s), 7 warning(s)