Build Log
  

Rebuild started: Project: WPKGSrv, Configuration: Debug|x64

Command Lines
  
Creating temporary file "f:\WPKG\Sources\MainService\x64\Debug\RSP00000B38763180.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp"x64\Debug\WPKGSrv.pch" /Fo"x64\Debug/" /Fd"x64\Debug/" /FR"x64\Debug\\" /W3 /c /Zi /TP ..\Components\XmlSettings.cpp

..\Components\WpkgWorker.cpp

..\Components\Settings.cpp

.\service.cpp

..\Components\ServerPing.cpp

..\Components\Security.cpp

..\Components\Secret.cpp

..\Components\RunProcess.cpp

..\Components\Report.cpp

..\Components\ProgressMessage.cpp

..\Components\NetConnection.cpp

.\main.cpp

..\Components\FileMap.cpp

..\Components\ExceptionEx.cpp

..\Components\EventLog.cpp

..\Components\EventHandler.cpp
]
Creating command line "cl.exe @f:\WPKG\Sources\MainService\x64\Debug\RSP00000B38763180.rsp /nologo /errorReport:prompt"
Creating temporary file "f:\WPKG\Sources\MainService\x64\Debug\RSP00000C38763180.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp"x64\Debug\WPKGSrv.pch" /Fo"x64\Debug/" /Fd"x64\Debug/" /FR"x64\Debug\\" /W3 /c /Zi /TP .\StdAfx.cpp
]
Creating command line "cl.exe @f:\WPKG\Sources\MainService\x64\Debug\RSP00000C38763180.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0710" /l 0x809 /fo"x64\Debug/WPKGSrv.res" .\WPKGSrv.rc"
Creating temporary file "f:\WPKG\Sources\MainService\x64\Debug\RSP00000D38763180.rsp" with contents
[
/OUT:"x64\Debug\WPKGSrv.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Debug\WPKGSrv.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DELAYLOAD:"OleAcc.dll" /DEBUG /PDB:".\Debug/WPKGSrv.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib version.lib mpr.lib WtsApi32.lib DelayImp.lib

".\x64\Debug\EventHandler.obj"

".\x64\Debug\EventLog.obj"

".\x64\Debug\ExceptionEx.obj"

".\x64\Debug\FileMap.obj"

".\x64\Debug\main.obj"

".\x64\Debug\NetConnection.obj"

".\x64\Debug\ProgressMessage.obj"

".\x64\Debug\Report.obj"

".\x64\Debug\RunProcess.obj"

".\x64\Debug\Secret.obj"

".\x64\Debug\Security.obj"

".\x64\Debug\ServerPing.obj"

".\x64\Debug\service.obj"

".\x64\Debug\Settings.obj"

".\x64\Debug\StdAfx.obj"

".\x64\Debug\WPKGSrv.res"

".\x64\Debug\WpkgWorker.obj"

".\x64\Debug\XmlSettings.obj"
]
Creating command line "link.exe @f:\WPKG\Sources\MainService\x64\Debug\RSP00000D38763180.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "f:\WPKG\Sources\MainService\x64\Debug\RSP00000E38763180.rsp" with contents
[
/outputresource:".\x64\Debug\WPKGSrv.exe;#1" /manifest

.\x64\Debug\WPKGSrv.exe.intermediate.manifest
]
Creating command line "mt.exe @f:\WPKG\Sources\MainService\x64\Debug\RSP00000E38763180.rsp /nologo"
Creating temporary file "f:\WPKG\Sources\MainService\x64\Debug\BAT00000F38763180.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Debug\mt.dep
]
Creating command line "f:\WPKG\Sources\MainService\x64\Debug\BAT00000F38763180.bat"
Creating temporary file "f:\WPKG\Sources\MainService\x64\Debug\RSP00001038763180.rsp" with contents
[
/o "x64\Debug/WPKGSrv.bsc"

.\x64\Debug\EventLog.sbr

.\x64\Debug\ExceptionEx.sbr

.\x64\Debug\FileMap.sbr

.\x64\Debug\main.sbr

.\x64\Debug\NetConnection.sbr

.\x64\Debug\ProgressMessage.sbr

.\x64\Debug\Report.sbr

.\x64\Debug\RunProcess.sbr

.\x64\Debug\Secret.sbr

.\x64\Debug\Security.sbr

.\x64\Debug\ServerPing.sbr

.\x64\Debug\service.sbr

.\x64\Debug\Settings.sbr

.\x64\Debug\StdAfx.sbr

.\x64\Debug\WpkgWorker.sbr

.\x64\Debug\XmlSettings.sbr

.\x64\Debug\EventHandler.sbr
]
Creating command line "bscmake.exe @f:\WPKG\Sources\MainService\x64\Debug\RSP00001038763180.rsp /nologo"
Output Window
  
Compiling...
StdAfx.cpp
Compiling...
XmlSettings.cpp
WpkgWorker.cpp
Settings.cpp
..\Components\Settings.cpp(18) : warning C4996: 'ATL::CRegKey::QueryValue': CRegKey::QueryValue(TCHAR *value, TCHAR *valueName) has been superseded by CRegKey::QueryStringValue and CRegKey::QueryMultiStringValue
        D:\Microsoft Visual Studio 9.0\VC\atlmfc\include\atlbase.h(5142) : see declaration of 'ATL::CRegKey::QueryValue'
..\Components\Settings.cpp(35) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'int', possible loss of data
..\Components\Settings.cpp(36) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'UINT', possible loss of data
service.cpp
.\service.cpp(510) : 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.
        D:\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
ServerPing.cpp
Security.cpp
..\Components\Security.cpp(907) : 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.
        D:\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\Components\Security.cpp(908) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
..\Components\Security.cpp(911) : 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.
        D:\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
Secret.cpp
RunProcess.cpp
..\Components\RunProcess.cpp(220) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
Report.cpp
ProgressMessage.cpp
NetConnection.cpp
main.cpp
FileMap.cpp
..\Components\FileMap.cpp(253) : warning C4244: '-=' : conversion from 'LONGLONG' to 'DWORD', possible loss of data
ExceptionEx.cpp
EventLog.cpp
EventHandler.cpp
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://f:\WPKG\Sources\MainService\x64\Debug\BuildLog.htm"
WPKGSrv - 0 error(s), 9 warning(s)