这是一个大家熟知的24点游戏程序
源代码在线查看: point24.plg
Build Log
--------------------Configuration: Point24 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Debug/Point24.res" /d "_DEBUG" /d "_AFXDLL" "C:\Documents and Settings\Administrator\桌面\24点游戏\Point24.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16A8.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Point24.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator\桌面\24点游戏\Express1.cpp"
"C:\Documents and Settings\Administrator\桌面\24点游戏\Point24.cpp"
"C:\Documents and Settings\Administrator\桌面\24点游戏\Point24Dlg.cpp"
"C:\Documents and Settings\Administrator\桌面\24点游戏\Value.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16A8.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16A9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Point24.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator\桌面\24点游戏\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16A9.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16AA.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Point24.pdb" /debug /machine:I386 /out:"Debug/Point24.exe" /pdbtype:sept
".\Debug\Express1.obj"
".\Debug\Point24.obj"
".\Debug\Point24Dlg.obj"
".\Debug\StdAfx.obj"
".\Debug\Value.obj"
".\Debug\Point24.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16AA.tmp"
Output Window
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Express1.cpp
Point24.cpp
Point24Dlg.cpp
C:\Documents and Settings\Administrator\桌面\24点游戏\Point24Dlg.cpp(270) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\Administrator\桌面\24点游戏\Point24Dlg.cpp(271) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\Administrator\桌面\24点游戏\Point24Dlg.cpp(272) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\Administrator\桌面\24点游戏\Point24Dlg.cpp(273) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Value.cpp
Generating Code...
Linking...
Results
Point24.exe - 0 error(s), 4 warning(s)