⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seriessample.vcl

📁 EMBEDDED VC++4.0 对WINDOWS CE下的串口通信进行实验.将常用的串口功能封装为一个类,以回调方式读取串口数据,在S3C2410 ARM上通过
💻 VCL
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SeriesSample - Win32 (WCE ARMV4) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"ARMV4Rel/SeriesSample.res" /d UNDER_CE=400 /d _WIN32_WCE=400 /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "WCE_PLATFORM_STANDARDSDK" /d "ARM" /d "_ARM_" /d "ARMV4" /r "D:\MYDesign\SeriesSample\SeriesSample.rc"" 
Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP1FCD.tmp" with contents
[
/W3 /Oxt /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Fp"ARMV4Rel/SeriesSample.pch" /Yu"stdafx.h" /Fo"ARMV4Rel/" /MC /c 
"D:\MYDesign\SeriesSample\CESeries.cpp"
"D:\MYDesign\SeriesSample\DlgSeriesSteup.cpp"
"D:\MYDesign\SeriesSample\LoginDlg.cpp"
"D:\MYDesign\SeriesSample\SeriesSample.cpp"
"D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP1FCD.tmp" 
Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP1FCE.tmp" with contents
[
/W3 /Oxt /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Fp"ARMV4Rel/SeriesSample.pch" /Yc"stdafx.h" /Fo"ARMV4Rel/" /MC /c 
"D:\MYDesign\SeriesSample\StdAfx.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP1FCE.tmp" 
Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP1FCF.tmp" with contents
[
/base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMV4Rel/SeriesSample.pdb" /out:"ARMV4Rel/SeriesSample.exe" /subsystem:windowsce,4.00 /align:"4096" /MACHINE:ARM 
.\ARMV4Rel\CESeries.obj
.\ARMV4Rel\DlgSeriesSteup.obj
.\ARMV4Rel\LoginDlg.obj
.\ARMV4Rel\SeriesSample.obj
.\ARMV4Rel\SeriesSampleDlg.obj
.\ARMV4Rel\StdAfx.obj
.\ARMV4Rel\SeriesSample.res
]
Creating command line "link.exe @C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP1FCF.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9409 for ARM
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.

clarm.exe /W3 /Oxt /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Fp"ARMV4Rel/SeriesSample.pch" /Yc"stdafx.h" /Fo"ARMV4Rel/" /MC /c 
 "D:\MYDesign\SeriesSample\StdAfx.cpp"

StdAfx.cpp
Compiling...
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9409 for ARM
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.

clarm.exe /W3 /Oxt /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Fp"ARMV4Rel/SeriesSample.pch" /Yu"stdafx.h" /Fo"ARMV4Rel/" /MC /c 
 "D:\MYDesign\SeriesSample\CESeries.cpp"
 "D:\MYDesign\SeriesSample\DlgSeriesSteup.cpp"
 "D:\MYDesign\SeriesSample\LoginDlg.cpp"
 "D:\MYDesign\SeriesSample\SeriesSample.cpp"
 "D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp"

CESeries.cpp
DlgSeriesSteup.cpp
LoginDlg.cpp
SeriesSample.cpp
SeriesSampleDlg.cpp
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(129) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(531) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(325) : warning C4101: 'readLen' : unreferenced local variable
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(325) : warning C4101: 'CurrPacketNo' : unreferenced local variable
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(325) : warning C4101: 'prePacketNo' : unreferenced local variable
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(616) : warning C4101: 'j' : unreferenced local variable
D:\MYDesign\SeriesSample\SeriesSampleDlg.cpp(616) : warning C4101: 'k' : unreferenced local variable
Generating Code...
Linking...
Microsoft (R) Incremental Linker Version 6.24.3077
Copyright (C) Microsoft Corporation.  All rights reserved.

"/base:0x00010000" /stack:0x10000,0x1000 "/entry:wWinMainCRTStartup" /incremental:no "/pdb:ARMV4Rel/SeriesSample.pdb" "/out:ARMV4Rel/SeriesSample.exe" /subsystem:windowsce,4.00 "/align:4096" /MACHINE:ARM 
.\ARMV4Rel\CESeries.obj 
.\ARMV4Rel\DlgSeriesSteup.obj 
.\ARMV4Rel\LoginDlg.obj 
.\ARMV4Rel\SeriesSample.obj 
.\ARMV4Rel\SeriesSampleDlg.obj 
.\ARMV4Rel\StdAfx.obj 
.\ARMV4Rel\SeriesSample.res 
   Creating library ARMV4Rel/SeriesSample.lib and object ARMV4Rel/SeriesSample.exp
LINK : warning LNK4089: all references to 'WININET.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'commdlg.dll' discarded by /OPT:REF




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

⌨️ 快捷键说明

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