Build Log |
|
Command Lines |
Creating temporary file "c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000135322796.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "WINVER=0x0502" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp".\Debug/K2Client.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI ".\StdAfx.cpp" ] Creating command line "cl.exe @"c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000135322796.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000235322796.rsp" with contents [ /Od /I "C:\pf_lib\appserver\AppServerDotNet\AppServerProxyTest\bin\Debug" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "WINVER=0x0502" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/K2Client.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI ".\K2Client.cpp" ] Creating command line "cl.exe @"c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000235322796.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000335322796.rsp" with contents [ /OUT:".\Debug/K2Client.exe" /INCREMENTAL:NO /LIBPATH:"M:\antonyj_remote\pf_lib\host\src\common" /MANIFEST /MANIFESTFILE:".\Debug\K2Client.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/K2Client.pdb" /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 ".\Debug\K2Client.obj" ".\Debug\StdAfx.obj" ] Creating command line "link.exe @"c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000335322796.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000435322796.rsp" with contents [ /outputresource:".\Debug\K2Client.exe;#1" /manifest ".\Debug\K2Client.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\RSP00000435322796.rsp" /nologo" Creating temporary file "c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\BAT00000535322796.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\BAT00000535322796.bat""" |
Output Window |
Compiling... StdAfx.cpp Compiling... K2Client.cpp c:\k2devguide\sample projects\visual studio 2008\cppk2client\k2client.cpp(17) : warning C4278: 'ReportEvent': identifier in type library 'mscorlib.tlb' is already a macro; use the 'rename' qualifier c:\k2devguide\sample projects\visual studio 2008\cppk2client\k2client.cpp(17) : warning C4278: 'ReportEvent': identifier in type library 'mscorlib.tlb' is already a macro; use the 'rename' qualifier c:\k2devguide\sample projects\visual studio 2008\cppk2client\k2client.cpp(656) : 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. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' Linking... K2Client.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification Embedding manifest... |
Results |
Build log was saved at "file://c:\K2DevGuide\Sample Projects\Visual Studio 2008\CppK2Client\Debug\BuildLog.htm" K2Client - 0 error(s), 4 warning(s) |