eatingdlg.plg

来自「哲学家进餐问题:5个哲学家,为着坐,5只筷子,别放在两个的间隔中放着,问他们当如」· PLG 代码 · 共 52 行

PLG
52
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: eatingDlg - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\xs\LOCALS~1\Temp\RSP104.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/eatingDlg.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\xs\LOCALS~1\Temp\RSP104.tmp" 
Creating temporary file "C:\DOCUME~1\xs\LOCALS~1\Temp\RSP105.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/eatingDlg.pdb" /debug /machine:I386 /out:"Debug/eatingDlg.exe" /pdbtype:sept 
".\Debug\eatingDlg.obj"
]
Creating command line "link.exe @C:\DOCUME~1\xs\LOCALS~1\Temp\RSP105.tmp"
<h3>Output Window</h3>
Compiling...
eatingDlg.cpp
C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp(162) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp(162) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp(171) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp(171) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp(180) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\xs\桌面\eating\eating\eatingDlg.cpp(180) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
Linking...
eatingDlg.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CGradientStatic::~CGradientStatic(void)" (??1CGradientStatic@@UAE@XZ)
eatingDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CGradientStatic::CGradientStatic(void)" (??0CGradientStatic@@QAE@XZ)
eatingDlg.obj : error LNK2001: unresolved external symbol "class CPoint * usetropic" (?usetropic@@3PAVCPoint@@A)
eatingDlg.obj : error LNK2001: unresolved external symbol "class CPoint * tropic5" (?tropic5@@3PAVCPoint@@A)
eatingDlg.obj : error LNK2001: unresolved external symbol "class CPoint * ta5" (?ta5@@3PAVCPoint@@A)
eatingDlg.obj : error LNK2001: unresolved external symbol "class CPoint CenterPoint" (?CenterPoint@@3VCPoint@@A)
eatingDlg.obj : error LNK2001: unresolved external symbol "int radius" (?radius@@3HA)
eatingDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CSpecialDlg::CSpecialDlg(class CWnd *)" (??0CSpecialDlg@@QAE@PAVCWnd@@@Z)
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/eatingDlg.exe : fatal error LNK1120: 11 unresolved externals
Error executing link.exe.



<h3>Results</h3>
eatingDlg.exe - 12 error(s), 6 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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