?? helloce.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HelloCE - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/HelloCE.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.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:windows /incremental:no /pdb:"Release/HelloCE.pdb" /machine:I386 /out:"Release/HelloCE.exe"
.\Release\HelloCE.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp"
<h3>Output Window</h3>
Compiling...
HelloCE.c
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(22) : error C2065: 'WM_HIBERNATE' : undeclared identifier
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(22) : error C2099: initializer is not a constant
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(22) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )'
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(23) : warning C4047: 'initializing' : 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )' differs in levels of indirection from 'const int '
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(23) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )'
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(24) : warning C4047: 'initializing' : 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )' differs in levels of indirection from 'const int '
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(24) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )'
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(32) : warning C4028: formal parameter 3 different from declaration
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(142) : warning C4013: 'CommandBar_Create' undefined; assuming extern returning int
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(142) : warning C4047: '=' : 'struct HWND__ *' differs in levels of indirection from 'int '
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(145) : warning C4013: 'CommandBar_AddAdornments' undefined; assuming extern returning int
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(160) : warning C4013: 'CommandBar_Height' undefined; assuming extern returning int
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(177) : warning C4013: 'CommandBar_Destroy' undefined; assuming extern returning int
F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c(193) : warning C4047: '=' : 'struct HWND__ *' differs in levels of indirection from 'int '
Error executing cl.exe.
<h3>Results</h3>
HelloCE.exe - 2 error(s), 12 warning(s)
<h3>
--------------------Configuration: HelloCE - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"Debug/HelloCE.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /c
"F:\CODE\wince\Chapters\Chap01\HelloCE\HelloCE.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPB.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:windows /incremental:yes /pdb:"Debug/HelloCE.pdb" /debug /machine:I386 /out:"Debug/HelloCE.exe" /pdbtype:sept
.\Debug\HelloCE.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPB.tmp"
<h3>Output Window</h3>
Compiling...
HelloCE.c
f:\code\wince\chapters\chap01\helloce\helloce.c(22) : error C2065: 'WM_HIBERNATE' : undeclared identifier
f:\code\wince\chapters\chap01\helloce\helloce.c(22) : error C2099: initializer is not a constant
f:\code\wince\chapters\chap01\helloce\helloce.c(22) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )'
f:\code\wince\chapters\chap01\helloce\helloce.c(23) : warning C4047: 'initializing' : 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )' differs in levels of indirection from 'const int '
f:\code\wince\chapters\chap01\helloce\helloce.c(23) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )'
f:\code\wince\chapters\chap01\helloce\helloce.c(24) : warning C4047: 'initializing' : 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )' differs in levels of indirection from 'const int '
f:\code\wince\chapters\chap01\helloce\helloce.c(24) : warning C4047: 'initializing' : 'unsigned int ' differs in levels of indirection from 'long (__cdecl *)(struct HWND__ *,unsigned int ,unsigned int ,long )'
f:\code\wince\chapters\chap01\helloce\helloce.c(32) : warning C4028: formal parameter 3 different from declaration
f:\code\wince\chapters\chap01\helloce\helloce.c(142) : warning C4013: 'CommandBar_Create' undefined; assuming extern returning int
f:\code\wince\chapters\chap01\helloce\helloce.c(142) : warning C4047: '=' : 'struct HWND__ *' differs in levels of indirection from 'int '
f:\code\wince\chapters\chap01\helloce\helloce.c(145) : warning C4013: 'CommandBar_AddAdornments' undefined; assuming extern returning int
f:\code\wince\chapters\chap01\helloce\helloce.c(160) : warning C4013: 'CommandBar_Height' undefined; assuming extern returning int
f:\code\wince\chapters\chap01\helloce\helloce.c(177) : warning C4013: 'CommandBar_Destroy' undefined; assuming extern returning int
f:\code\wince\chapters\chap01\helloce\helloce.c(193) : warning C4047: '=' : 'struct HWND__ *' differs in levels of indirection from 'int '
Error executing cl.exe.
<h3>Results</h3>
HelloCE.exe - 2 error(s), 12 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -