seriessample.vcl

来自「这是 embedded visual c 所编写的很不错的串口测试通信程式」· VCL 代码 · 共 34 行

VCL
34
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SeriesSample - Win32 (WCE x86) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\johnny\LOCALS~1\Temp\RSP3A.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"X86Dbg/SeriesSample.pdb" /debug /out:"X86Dbg/SeriesSample.exe" /subsystem:windowsce,4.20 /MACHINE:IX86 
".\X86Dbg\CESeries.obj"
".\X86Dbg\DlgSeriesSetup.obj"
".\X86Dbg\SeriesSample.obj"
".\X86Dbg\SeriesSampleDlg.obj"
".\X86Dbg\StdAfx.obj"
".\X86Dbg\SeriesSample.res"
]
Creating command line "link.exe @C:\DOCUME~1\johnny\LOCALS~1\Temp\RSP3A.tmp"
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"X86Dbg/SeriesSample.bsc"  ".\X86Dbg\StdAfx.sbr" ".\X86Dbg\CESeries.sbr" ".\X86Dbg\DlgSeriesSetup.sbr" ".\X86Dbg\SeriesSample.sbr" ".\X86Dbg\SeriesSampleDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>




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

⌨️ 快捷键说明

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