www.pudn.com > 6-7cha.rar > STU.plg


 
 
 

Build Log

--------------------Configuration: STU - Win32 Release--------------------

Command Lines

Creating command line "rc.exe /l 0x804 /fo"Release/STU.res" /d "NDEBUG" /d "_AFXDLL" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.rc"" Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP177.tmp" with contents [ /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/STU.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c "D:\OTHER\book\VCADO book\源文件\ch6\STU\baseInfo.cpp" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.cpp" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STUDlg.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP177.tmp" Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP178.tmp" with contents [ /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/STU.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c "D:\OTHER\book\VCADO book\源文件\ch6\STU\StdAfx.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP178.tmp" Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/STU.pdb" /machine:I386 /out:"Release/STU.exe" ".\Release\baseInfo.obj" ".\Release\StdAfx.obj" ".\Release\STU.obj" ".\Release\STUDlg.obj" ".\Release\STU.res" "

Output Window

Compiling resources... Compiling... StdAfx.cpp d:\other\book\vcado book\源文件\ch6\stu\release\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned Compiling... baseInfo.cpp STU.cpp STUDlg.cpp Generating Code... Linking...

Results

STU.exe - 0 error(s), 1 warning(s)

--------------------Configuration: STU - Win32 Debug--------------------

Command Lines

Creating command line "rc.exe /l 0x804 /fo"Debug/STU.res" /d "_DEBUG" /d "_AFXDLL" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.rc"" Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17A.tmp" with contents [ /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/STU.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "D:\OTHER\book\VCADO book\源文件\ch6\STU\baseInfo.cpp" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.cpp" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STUDlg.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17A.tmp" Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17B.tmp" with contents [ /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/STU.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "D:\OTHER\book\VCADO book\源文件\ch6\STU\StdAfx.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17B.tmp" Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/STU.pdb" /debug /machine:I386 /out:"Debug/STU.exe" /pdbtype:sept ".\Debug\baseInfo.obj" ".\Debug\StdAfx.obj" ".\Debug\STU.obj" ".\Debug\STUDlg.obj" ".\Debug\STU.res" "

Output Window

Compiling resources... Compiling... StdAfx.cpp d:\other\book\vcado book\源文件\ch6\stu\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned Compiling... baseInfo.cpp STU.cpp STUDlg.cpp Generating Code... Linking...

Results

STU.exe - 0 error(s), 1 warning(s)