Build Log |
|
Command Lines |
Creating temporary file "f:\WPKG\Sources\MainService\Win32\Release\RSP0000064163620.rsp" with contents [ /O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Yu"stdafx.h" /Fp"Win32\Release\WPKGSrv.pch" /Fo"Win32\Release/" /Fd"Win32\Release/" /W3 /c /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\Win32\Release\RSP0000064163620.rsp /nologo /errorReport:prompt" Creating temporary file "f:\WPKG\Sources\MainService\Win32\Release\RSP0000074163620.rsp" with contents [ /O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Yc"stdafx.h" /Fp"Win32\Release\WPKGSrv.pch" /Fo"Win32\Release/" /Fd"Win32\Release/" /W3 /c /TP .\StdAfx.cpp ] Creating command line "cl.exe @f:\WPKG\Sources\MainService\Win32\Release\RSP0000074163620.rsp /nologo /errorReport:prompt" Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0710" /l 0x809 /fo"Win32\Release/WPKGSrv.res" .\WPKGSrv.rc" Creating temporary file "f:\WPKG\Sources\MainService\Win32\Release\RSP0000084163620.rsp" with contents [ /OUT:"Win32\Release\WPKGSrv.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Win32\Release\WPKGSrv.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DELAYLOAD:"OleAcc.dll" /PDB:"Win32\Release\WPKGSrv.pdb" /MAP /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 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 ".\Win32\Release\EventHandler.obj" ".\Win32\Release\EventLog.obj" ".\Win32\Release\ExceptionEx.obj" ".\Win32\Release\FileMap.obj" ".\Win32\Release\main.obj" ".\Win32\Release\NetConnection.obj" ".\Win32\Release\ProgressMessage.obj" ".\Win32\Release\Report.obj" ".\Win32\Release\RunProcess.obj" ".\Win32\Release\Secret.obj" ".\Win32\Release\Security.obj" ".\Win32\Release\ServerPing.obj" ".\Win32\Release\service.obj" ".\Win32\Release\Settings.obj" ".\Win32\Release\StdAfx.obj" ".\Win32\Release\WPKGSrv.res" ".\Win32\Release\WpkgWorker.obj" ".\Win32\Release\XmlSettings.obj" ] Creating command line "link.exe @f:\WPKG\Sources\MainService\Win32\Release\RSP0000084163620.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "f:\WPKG\Sources\MainService\Win32\Release\RSP0000094163620.rsp" with contents [ /outputresource:".\Win32\Release\WPKGSrv.exe;#1" /manifest .\Win32\Release\WPKGSrv.exe.intermediate.manifest ] Creating command line "mt.exe @f:\WPKG\Sources\MainService\Win32\Release\RSP0000094163620.rsp /nologo" Creating temporary file "f:\WPKG\Sources\MainService\Win32\Release\BAT00000A4163620.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Win32\Release\mt.dep ] Creating command line "f:\WPKG\Sources\MainService\Win32\Release\BAT00000A4163620.bat" |
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(517) : 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(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' Report.cpp ProgressMessage.cpp NetConnection.cpp main.cpp FileMap.cpp ..\Components\FileMap.cpp(168) : warning C4018: '<' : signed/unsigned mismatch ..\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... |
Results |
Build log was saved at "file://f:\WPKG\Sources\MainService\Win32\Release\BuildLog.htm" WPKGSrv - 0 error(s), 10 warning(s) |