📄 lcdsample.vcl
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: LCDSample - Win32 (WCE emulator) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "F:\DOCUME~1\YAHOO\LOCALS~1\Temp\RSP167.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /FR"emulatorDbg/" /Fp"emulatorDbg/LCDSample.pch" /Yu"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c
"C:\LCDSample\OlePicture.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\YAHOO\LOCALS~1\Temp\RSP167.tmp"
Creating temporary file "F:\DOCUME~1\YAHOO\LOCALS~1\Temp\RSP168.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"emulatorDbg/LCDSample.pdb" /debug /out:"emulatorDbg/LCDSample.exe" /subsystem:windowsce,4.00 /MACHINE:IX86
.\emulatorDbg\LCDDlg.obj
.\emulatorDbg\LCDSample.obj
.\emulatorDbg\LCDSampleDlg.obj
.\emulatorDbg\OlePicture.obj
.\emulatorDbg\olorLabel.obj
.\emulatorDbg\Resource1.obj
.\emulatorDbg\StdAfx.obj
.\emulatorDbg\LCDSample.res
]
Creating command line "link.exe @F:\DOCUME~1\YAHOO\LOCALS~1\Temp\RSP168.tmp"
<h3>Output Window</h3>
Compiling...
OlePicture.cpp
C:\LCDSample\OlePicture.cpp(53) : error C2589: '(' : illegal token on right side of '::'
C:\LCDSample\OlePicture.cpp(53) : error C2143: syntax error : missing ')' before '::'
C:\LCDSample\OlePicture.cpp(53) : error C2660: 'memcpy' : function does not take 0 parameters
C:\LCDSample\OlePicture.cpp(53) : error C2059: syntax error : ')'
C:\LCDSample\OlePicture.cpp(54) : error C2589: '(' : illegal token on right side of '::'
C:\LCDSample\OlePicture.cpp(54) : error C2143: syntax error : missing ';' before '::'
C:\LCDSample\OlePicture.cpp(80) : error C2664: 'fopen' : cannot convert parameter 1 from 'const unsigned short *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\LCDSample\OlePicture.cpp(93) : error C2589: '(' : illegal token on right side of '::'
C:\LCDSample\OlePicture.cpp(93) : error C2143: syntax error : missing ')' before '::'
C:\LCDSample\OlePicture.cpp(93) : error C2660: 'fread' : function does not take 0 parameters
C:\LCDSample\OlePicture.cpp(93) : error C2059: syntax error : ')'
C:\LCDSample\OlePicture.cpp(95) : error C2589: '(' : illegal token on right side of '::'
C:\LCDSample\OlePicture.cpp(95) : error C2143: syntax error : missing ';' before '::'
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"emulatorDbg/LCDSample.bsc" .\emulatorDbg\StdAfx.sbr .\emulatorDbg\LCDDlg.sbr .\emulatorDbg\LCDSample.sbr .\emulatorDbg\LCDSampleDlg.sbr .\emulatorDbg\OlePicture.sbr .\emulatorDbg\olorLabel.sbr .\emulatorDbg\Resource1.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
LCDSample.exe - 13 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -