Build Log
  

Build started: Project: wpkginst, Configuration: Release|x64

Command Lines
  
Creating temporary file "f:\WPKG\Sources\wpkginst\x64\Release\RSP0000214163256.rsp" with contents
[
/D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MT /Yu"stdafx.h" /Fp"x64\Release\wpkginst.pch" /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP ..\Components\XmlSettings.cpp

.\wpkginstDlg.cpp

.\wpkginst.cpp

.\ToolsPage.cpp

.\TestSettings.cpp

.\TabMain.cpp

.\TabLogonSettings.cpp

.\TabLaptopMode.cpp

.\TabGeneral.cpp

.\TabCtrlEx.cpp

.\SrvCtrlResultDlg.cpp

..\Components\Settings.cpp

..\Components\ServiceControl.cpp

..\Components\ServerPing.cpp

..\Components\Security.cpp

..\Components\SecureFile.cpp

..\Components\Secret.cpp

..\Components\RunProcess.cpp

.\PrioritySettings.cpp

..\Components\Parameters.cpp

..\Components\NetConnection.cpp

.\listctrlEx.cpp

..\Components\ExceptionEx.cpp

..\Components\EventHandler.cpp

.\editEx.cpp

.\BasePropertyPage.cpp

..\Components\AppTool.cpp
]
Creating command line "cl.exe @f:\WPKG\Sources\wpkginst\x64\Release\RSP0000214163256.rsp /nologo /errorReport:prompt"
Creating temporary file "f:\WPKG\Sources\wpkginst\x64\Release\RSP0000224163256.rsp" with contents
[
/D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MT /Yc"stdafx.h" /Fp"x64\Release\wpkginst.pch" /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP .\stdafx.cpp
]
Creating command line "cl.exe @f:\WPKG\Sources\wpkginst\x64\Release\RSP0000224163256.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0710" /l 0x409 /I "x64\Release" /fo"x64\Release/wpkginst.res" .\wpkginst.rc"
Creating temporary file "f:\WPKG\Sources\wpkginst\x64\Release\RSP0000234163256.rsp" with contents
[
/OUT:"x64\Release\wpkginst.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release\wpkginst.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DELAYLOAD:"OleAcc.dll" /DEBUG /PDB:"f:\WPKG\Sources\wpkginst\x64\Release\wpkginst.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /DYNAMICBASE:NO /MACHINE:X64 mpr.lib DelayImp.lib

".\x64\Release\AppTool.obj"

".\x64\Release\BasePropertyPage.obj"

".\x64\Release\editEx.obj"

".\x64\Release\EventHandler.obj"

".\x64\Release\ExceptionEx.obj"

".\x64\Release\listctrlEx.obj"

".\x64\Release\NetConnection.obj"

".\x64\Release\Parameters.obj"

".\x64\Release\PrioritySettings.obj"

".\x64\Release\RunProcess.obj"

".\x64\Release\Secret.obj"

".\x64\Release\SecureFile.obj"

".\x64\Release\Security.obj"

".\x64\Release\ServerPing.obj"

".\x64\Release\ServiceControl.obj"

".\x64\Release\Settings.obj"

".\x64\Release\SrvCtrlResultDlg.obj"

".\x64\Release\stdafx.obj"

".\x64\Release\TabCtrlEx.obj"

".\x64\Release\TabGeneral.obj"

".\x64\Release\TabLaptopMode.obj"

".\x64\Release\TabLogonSettings.obj"

".\x64\Release\TabMain.obj"

".\x64\Release\TestSettings.obj"

".\x64\Release\ToolsPage.obj"

".\x64\Release\wpkginst.obj"

".\x64\Release\wpkginstDlg.obj"

".\x64\Release\XmlSettings.obj"

".\x64\Release\wpkginst.res"
]
Creating command line "link.exe @f:\WPKG\Sources\wpkginst\x64\Release\RSP0000234163256.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "f:\WPKG\Sources\wpkginst\x64\Release\RSP0000244163256.rsp" with contents
[
/outputresource:".\x64\Release\wpkginst.exe;#1" /manifest

.\x64\Release\wpkginst.exe.intermediate.manifest
]
Creating command line "mt.exe @f:\WPKG\Sources\wpkginst\x64\Release\RSP0000244163256.rsp /nologo"
Creating temporary file "f:\WPKG\Sources\wpkginst\x64\Release\BAT0000254163256.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Release\mt.dep
]
Creating command line "f:\WPKG\Sources\wpkginst\x64\Release\BAT0000254163256.bat"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
stdafx.cpp
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
XmlSettings.cpp
wpkginstDlg.cpp
wpkginst.cpp
ToolsPage.cpp
TestSettings.cpp
TabMain.cpp
TabLogonSettings.cpp
TabLaptopMode.cpp
TabGeneral.cpp
TabCtrlEx.cpp
SrvCtrlResultDlg.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
ServiceControl.cpp
..\Components\ServiceControl.cpp(29) : 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'
SecureFile.cpp
Secret.cpp
RunProcess.cpp
..\Components\RunProcess.cpp(248) : 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'
PrioritySettings.cpp
Parameters.cpp
Generating Code...
Compiling...
NetConnection.cpp
listctrlEx.cpp
ExceptionEx.cpp
EventHandler.cpp
editEx.cpp
BasePropertyPage.cpp
AppTool.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...
Results
  
Build log was saved at "file://f:\WPKG\Sources\wpkginst\x64\Release\BuildLog.htm"
wpkginst - 0 error(s), 10 warning(s)