⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snake.vcl

📁 一个在Pocket PC上运行的贪食蛇游戏
💻 VCL
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Snake - Win32 (WCE emulator) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\XINGLI~1\LOCALS~1\Temp\RSP49.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorDbg/Snake.pch" /Yu"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c 
"C:\Documents and Settings\xingliang\桌面\Snake\GameOverDlg.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\InstructionDlg.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\LevelUpDlg.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\MainFrm.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\PlayerHistoryDlg.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\PlayerInfoDlg.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\SettingsDlg.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\Snake.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\SnakeDoc.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\SnakeModel.cpp"
"C:\Documents and Settings\xingliang\桌面\Snake\SnakeView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\XINGLI~1\LOCALS~1\Temp\RSP49.tmp" 
Creating temporary file "C:\DOCUME~1\XINGLI~1\LOCALS~1\Temp\RSP4A.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorDbg/Snake.pch" /Yc"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c 
"C:\Documents and Settings\xingliang\桌面\Snake\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\XINGLI~1\LOCALS~1\Temp\RSP4A.tmp" 
Creating temporary file "C:\DOCUME~1\XINGLI~1\LOCALS~1\Temp\RSP4B.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"emulatorDbg/Snake.pdb" /debug /out:"emulatorDbg/Snake.exe" /subsystem:windowsce,4.20 /MACHINE:IX86 
".\emulatorDbg\GameOverDlg.obj"
".\emulatorDbg\InstructionDlg.obj"
".\emulatorDbg\LevelUpDlg.obj"
".\emulatorDbg\MainFrm.obj"
".\emulatorDbg\PlayerHistoryDlg.obj"
".\emulatorDbg\PlayerInfoDlg.obj"
".\emulatorDbg\SettingsDlg.obj"
".\emulatorDbg\Snake.obj"
".\emulatorDbg\SnakeDoc.obj"
".\emulatorDbg\SnakeModel.obj"
".\emulatorDbg\SnakeView.obj"
".\emulatorDbg\StdAfx.obj"
".\emulatorDbg\Snake.res"
]
Creating command line "link.exe @C:\DOCUME~1\XINGLI~1\LOCALS~1\Temp\RSP4B.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
GameOverDlg.cpp
InstructionDlg.cpp
LevelUpDlg.cpp
MainFrm.cpp
PlayerHistoryDlg.cpp
PlayerInfoDlg.cpp
SettingsDlg.cpp
Snake.cpp
SnakeDoc.cpp
SnakeModel.cpp
SnakeView.cpp
Generating Code...
Linking...
InstructionDlg.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
LevelUpDlg.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
MainFrm.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
PlayerHistoryDlg.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
PlayerInfoDlg.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
SettingsDlg.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
Snake.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
SnakeDoc.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
SnakeModel.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
SnakeView.obj : error LNK2005: "struct GXKeyList g_gxkl" (?g_gxkl@@3UGXKeyList@@A) already defined in GameOverDlg.obj
Snake.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct GXKeyList __cdecl GXGetDefaultKeys(int)" (__imp_?GXGetDefaultKeys@@YA?AUGXKeyList@@H@Z) referenced in function "public: virtual int __thiscall CSnakeApp::InitInstance(void)" (?InitInstance@CSnakeApp@@UAEHXZ)
Snake.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXOpenInput(void)" (__imp_?GXOpenInput@@YAHXZ) referenced in function "public: virtual int __thiscall CSnakeApp::InitInstance(void)" (?InitInstance@CSnakeApp@@UAEHXZ)
emulatorDbg/Snake.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.



<h3>Results</h3>
Snake.exe - 13 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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