?? contextmenutext.vcl
字號(hào):
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ContextMenuText - Win32 (WCE SH3) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"SH3Dbg/ContextMenuText.res" /d UNDER_CE=420 /d _WIN32_WCE=420 /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "WCE_PLATFORM_STANDARDSDK" /d "SHx" /d "SH3" /d "_SH3_" /d "_AFXDLL" /r "G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuText.rc""
Creating temporary file "H:\DOCUME~1\wonf\LOCALS~1\Temp\RSPBA.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Fp"SH3Dbg/ContextMenuText.pch" /Yu"stdafx.h" /Fo"SH3Dbg/" /Fd"SH3Dbg/" /MC /c
"G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuText.cpp"
"G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp"
"G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp"
]
Creating command line "clsh.exe @H:\DOCUME~1\wonf\LOCALS~1\Temp\RSPBA.tmp"
Creating temporary file "H:\DOCUME~1\wonf\LOCALS~1\Temp\RSPBB.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Fp"SH3Dbg/ContextMenuText.pch" /Yc"stdafx.h" /Fo"SH3Dbg/" /Fd"SH3Dbg/" /MC /c
"G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\StdAfx.cpp"
]
Creating command line "clsh.exe @H:\DOCUME~1\wonf\LOCALS~1\Temp\RSPBB.tmp"
Creating temporary file "H:\DOCUME~1\wonf\LOCALS~1\Temp\RSPBC.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"SH3Dbg/ContextMenuText.pdb" /debug /out:"SH3Dbg/ContextMenuText.exe" /subsystem:windowsce,4.20 /MACHINE:SH3
".\SH3Dbg\ContextMenuText.obj"
".\SH3Dbg\ContextMenuTextDlg.obj"
".\SH3Dbg\ListBoxEx.obj"
".\SH3Dbg\StdAfx.obj"
".\SH3Dbg\ContextMenuText.res"
]
Creating command line "link.exe @H:\DOCUME~1\wonf\LOCALS~1\Temp\RSPBC.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ContextMenuText.cpp
ContextMenuTextDlg.cpp
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp(38) : error C2065: 'GN_CONTEXTMENU' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp(71) : error C2065: 'SHRecognizeGesture' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp(78) : error C2065: 'NMRGINFO' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp(78) : error C2065: 'pnmhdr' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp(78) : error C2061: syntax error : identifier 'NMRGINFO'
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ContextMenuTextDlg.cpp(79) : error C2227: left of '->ptAction' must point to class/struct/union
ListBoxEx.cpp
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp(29) : error C2065: 'GN_CONTEXTMENU' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp(39) : error C2065: 'SHRecognizeGesture' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp(46) : error C2065: 'NMRGINFO' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp(46) : error C2065: 'pnmhdr' : undeclared identifier
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp(46) : error C2061: syntax error : identifier 'NMRGINFO'
G:\本學(xué)期課程\evc\源代碼\CE開發(fā)技巧和實(shí)例\母盤\chapter3\chapter3_1\ContextMenuText\ListBoxEx.cpp(47) : error C2227: left of '->ptAction' must point to class/struct/union
Generating Code...
Error executing clsh.exe.
<h3>Results</h3>
ContextMenuText.exe - 12 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -