Build Log
  

Build started: Project: WaterCheck_demo, Configuration: Release PDB|x64

Command Lines
  
Creating temporary file "g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00000B29403312.rsp" with contents
[
/D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /FD /EHsc /MT /Yc"stdafx.h" /Fp".\Release/WaterCheck_demo.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /Zi /TP .\StdAfx.cpp
]
Creating command line "cl.exe @"g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00000B29403312.rsp" /nologo /errorReport:queue"
Creating temporary file "g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00000C29403312.rsp" with contents
[
/D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /FD /EHsc /MT /Yu"stdafx.h" /Fp".\Release/WaterCheck_demo.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /Zi /TP .\WaterCheck_demoDlg.cpp

.\WaterCheck_demo.cpp

.\LanguageConvertor.cpp
]
Creating command line "cl.exe @"g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00000C29403312.rsp" /nologo /errorReport:queue"
Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0600" /l 0x804 /fo"x64\Release PDB/WaterCheck_demo.res" .\WaterCheck_demo.rc"
Creating temporary file "g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00001629403312.rsp" with contents
[
/OUT:".\Release/WaterCheck_demo.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release PDB\WaterCheck_demo.exe.intermediate.manifest" /DELAYLOAD:"OleAcc.dll" /DEBUG /PDB:".\Release/WaterCheck_demo.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X64 dhplay.lib DelayImp.lib

".\release\LanguageConvertor.obj"

".\release\StdAfx.obj"

".\release\WaterCheck_demo.obj"

".\x64\release pdb\WaterCheck_demo.res"

".\release\WaterCheck_demoDlg.obj"
]
Creating command line "link.exe @"g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00001629403312.rsp" /NOLOGO /ERRORREPORT:QUEUE"
Creating temporary file "g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00001729403312.rsp" with contents
[
/outputresource:".\release\WaterCheck_demo.exe;#1" /manifest

".\x64\release pdb\WaterCheck_demo.exe.intermediate.manifest"
]
Creating command line "mt.exe @"g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\RSP00001729403312.rsp" /nologo"
Creating temporary file "g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\BAT00001829403312.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\release pdb\mt.dep"
]
Creating command line """g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\BAT00001829403312.bat"""
Output Window
  
Compiling...
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
.\StdAfx.cpp(13) : warning C4996: '_splitpath': This function or variable may be unsafe. Consider using _splitpath_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        E:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(822) : see declaration of '_splitpath'
.\StdAfx.cpp(16) : warning C4996: '_makepath': This function or variable may be unsafe. Consider using _makepath_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        E:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(774) : see declaration of '_makepath'
Compiling...
WaterCheck_demoDlg.cpp
.\WaterCheck_demoDlg.cpp(164) : 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.
        E:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
.\WaterCheck_demoDlg.cpp(294) : warning C4244: 'initializing' : conversion from 'ULONGLONG' to 'DWORD', possible loss of data
.\WaterCheck_demoDlg.cpp(305) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
WaterCheck_demo.cpp
.\WaterCheck_demo.cpp(54) : warning C4996: 'CWinApp::Enable3dControlsStatic': CWinApp::Enable3dControlsStatic is no longer needed. You should remove this call.
        E:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\afxwin.h(4480) : see declaration of 'CWinApp::Enable3dControlsStatic'
.\WaterCheck_demo.cpp(59) : warning C4244: 'initializing' : conversion from 'INT_PTR' to 'int', possible loss of data
LanguageConvertor.cpp
.\LanguageConvertor.cpp(21) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        E:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Generating Code...
Compiling resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://g:\PlaySdk\PlaySdk_General\SRC\SF_PlaySDK\Build\Win64_VC2005\PlaySDK_Eng_Win64_Bin\Demo\WatermarkCheck\x64\Release PDB\BuildLog.htm"
WaterCheck_demo - 0 error(s), 8 warning(s)