牌类游戏.plg

来自「一个扑克牌的游戏软件源代码」· PLG 代码 · 共 40 行

PLG
40
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 牌类游戏 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/牌类游戏r.res" /d "NDEBUG" "F:\usbnet20070810\牌类游戏\牌类游戏r.rc"" 
Creating temporary file "C:\DOCUME~1\wxhwxh\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/牌类游戏.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"F:\usbnet20070810\牌类游戏\GameApp.cpp"
"F:\usbnet20070810\牌类游戏\GameFrame.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wxhwxh\LOCALS~1\Temp\RSP16.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/牌类游戏.pdb" /machine:I386 /out:"Release/牌类游戏.exe"  ".\Release\GameApp.obj" ".\Release\GameFrame.obj" ".\Release\牌类游戏r.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
GameApp.cpp
GameFrame.cpp
F:\usbnet20070810\牌类游戏\GameFrame.cpp(221) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
F:\usbnet20070810\牌类游戏\GameFrame.cpp(248) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
F:\usbnet20070810\牌类游戏\GameFrame.cpp(277) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
F:\usbnet20070810\牌类游戏\GameFrame.cpp(403) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
F:\usbnet20070810\牌类游戏\GameFrame.cpp(405) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
F:\usbnet20070810\牌类游戏\GameFrame.cpp(435) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
F:\usbnet20070810\牌类游戏\GameFrame.cpp(438) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
Linking...
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF



<h3>Results</h3>
牌类游戏.exe - 0 error(s), 8 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?