serialport.vcl

来自「一个基于wince的串口程序 是用evc编写的 很简单实用 适合初学者快速」· VCL 代码 · 共 32 行

VCL
32
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SerialPort - Win32 (WCE ARMV4I) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\mengfan\LOCALS~1\Temp\RSP51.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMV4IRel/SerialPort.pdb" /out:"ARMV4IRel/SerialPort.exe" /subsystem:windowsce,4.20 /MACHINE:THUMB 
.\ARMV4IRel\SerialPort.obj
.\ARMV4IRel\SerialPortDlg.obj
.\ARMV4IRel\StdAfx.obj
.\ARMV4IRel\SerialPort.res
]
Creating command line "link.exe @C:\DOCUME~1\mengfan\LOCALS~1\Temp\RSP51.tmp"
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"ARMV4IRel/SerialPort.bsc"  .\ARMV4IRel\StdAfx.sbr .\ARMV4IRel\SerialPort.sbr .\ARMV4IRel\SerialPortDlg.sbr"
Creating browse info file...
<h3>Output Window</h3>




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

⌨️ 快捷键说明

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