Build Log |
|
Command Lines |
Creating temporary file "d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000132442160.rsp" with contents [ /O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp".\Release/ActiveXDemo.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\StdAfx.cpp" ] Creating command line "cl.exe @"d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000132442160.rsp" /nologo /errorReport:prompt" Creating temporary file "d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000232442160.rsp" with contents [ /O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp".\Release/ActiveXDemo.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\Util.cpp" ".\Lppx2Connection.cpp" ".\lppx2.cpp" ".\ActiveXDemoDlg.cpp" ".\ActiveXDemo.cpp" ] Creating command line "cl.exe @"d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000232442160.rsp" /nologo /errorReport:prompt" Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0600" /d "_AFXDLL" /l 0x40c /fo".\Release/ActiveXDemo.res" ".\ActiveXDemo.rc"" Creating temporary file "d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000332442160.rsp" with contents [ /OUT:".\Release/ActiveXDemo.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Release\ActiveXDemo.exe.intermediate.manifest" /PDB:".\Release/ActiveXDemo.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 ".\release\ActiveXDemo.obj" ".\release\ActiveXDemo.res" ".\release\ActiveXDemoDlg.obj" ".\release\lppx2.obj" ".\release\Lppx2Connection.obj" ".\release\StdAfx.obj" ".\release\Util.obj" ] Creating command line "link.exe @"d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000332442160.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000432442160.rsp" with contents [ /outputresource:".\release\ActiveXDemo.exe;#1" /manifest ".\release\ActiveXDemo.exe.intermediate.manifest" ] Creating command line "mt.exe @"d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\RSP00000432442160.rsp" /nologo" Creating temporary file "d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\BAT00000532442160.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep" ] Creating command line """d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\BAT00000532442160.bat""" |
Output Window |
Compiling... StdAfx.cpp WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) Compiling... Util.cpp Lppx2Connection.cpp lppx2.cpp ActiveXDemoDlg.cpp .\ActiveXDemoDlg.cpp(492) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data .\ActiveXDemoDlg.cpp(498) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data ActiveXDemo.cpp .\ActiveXDemo.cpp(52) : warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call. C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\afxwin.h(4477) : see declaration of 'CWinApp::Enable3dControls' Generating Code... Compiling resources... Linking... Embedding manifest... |
Results |
Build log was saved at "file://d:\Projects\Tests\CS ActiveX Samples\ActiveX\vcpp\Release\BuildLog.htm" ActiveXDemo - 0 error(s), 3 warning(s) |