| Build Log |
|
| Command Lines |
Creating temporary file "c:\other progs\SimpleImage\Debug\RSP000009.rsp" with contents [ /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Zc:wchar_t /Yu"stdafx.h" /Fp"Debug/SimpleImage.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W4 /c /Wp64 /ZI /TP ".\MainFrm.cpp" ".\InfoDlg.cpp" ".\DlgFormat.cpp" ".\CImage.cpp" ".\ChildView.cpp" ] Creating command line "cl.exe @"c:\other progs\SimpleImage\Debug\RSP000009.rsp" /nologo" Creating command line "rc.exe /d "_DEBUG" /d "_AFXDLL" /l 0x409 /I "Debug" /fo"Debug/CImage.res" ".\CImage.rc"" Creating temporary file "c:\other progs\SimpleImage\Debug\RSP00000A.rsp" with contents [ /OUT:"Debug/SimpleImage.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/SimpleImage.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 ".\Debug\ChildView.obj" ".\Debug\CImage.obj" ".\Debug\DlgFormat.obj" ".\Debug\InfoDlg.obj" ".\Debug\MainFrm.obj" ".\Debug\stdafx.obj" ".\Debug\CImage.res" ] Creating command line "link.exe @"c:\other progs\SimpleImage\Debug\RSP00000A.rsp"" |
| Output Window |
Compiling... MainFrm.cpp c:\other progs\SimpleImage\MainFrm.cpp(69) : warning C4100: 'nFlags' : unreferenced formal parameter c:\other progs\SimpleImage\MainFrm.cpp(67) : warning C4100: 'nRepCnt' : unreferenced formal parameter c:\other progs\SimpleImage\MainFrm.cpp(66) : warning C4100: 'nChar' : unreferenced formal parameter InfoDlg.cpp DlgFormat.cpp ChildView.cpp c:\other progs\SimpleImage\ChildView.cpp(347) : warning C4189: 'g_nDCdata' : local variable is initialized but not referenced c:\other progs\SimpleImage\ChildView.cpp(373) : warning C4100: 'hwnd' : unreferenced formal parameter c:\other progs\SimpleImage\ChildView.cpp(578) : warning C4189: 'g_nDCdata' : local variable is initialized but not referenced c:\other progs\SimpleImage\ChildView.cpp(639) : warning C4244: 'initializing' : conversion from 'INT_PTR' to 'int', possible loss of data Generating Code... Skipping... (no relevant changes detected) CImage.cpp Compiling resources... Linking... |
| Results |
Build log was saved at "file://c:\other progs\SimpleImage\Debug\BuildLog.htm" SimpleImage - 0 error(s), 7 warning(s) |