tcpip

所属分类:Windows CE
开发工具:C++
文件大小:94KB
下载次数:129
上传日期:2010-03-11 11:54:54
上 传 者lizdp
说明:  wince下用evc编写的TCP通信程序,包括服务器端和客户端。
(wince under the TCP communications with evc written procedures, including the server-side and client-side.)

文件列表:
TCPClient\TCPClient.sln (3562, 2008-01-20)
TCPClient\TCPClient.suo (14848, 2008-01-20)
TCPClient\TCPClient\TCPClient.cpp (1385, 2008-01-20)
TCPClient\TCPClient\TCPClient.h (490, 2008-01-20)
TCPClient\TCPClient\TCPClient.vcproj (16228, 2008-01-20)
TCPClient\TCPClient\TCPClient.vcproj.WANG.eric.user (4939, 2008-01-20)
TCPClient\TCPClient\TCPClientDlg.cpp (5902, 2008-01-20)
TCPClient\TCPClient\TCPClientDlg.h (1242, 2008-01-20)
TCPClient\TCPClient\TCPClient_CE.cpp (6840, 2008-01-20)
TCPClient\TCPClient\TCPClient_CE.h (1587, 2008-01-20)
TCPClient\TCPClient\TCPClientppc.aps (53956, 2008-01-20)
TCPClient\TCPClient\TCPClientppc.rc (5325, 2008-01-20)
TCPClient\TCPClient\resourceppc.h (958, 2008-01-20)
TCPClient\TCPClient\stdafx.cpp (140, 2008-01-20)
TCPClient\TCPClient\stdafx.h (1753, 2008-01-20)
TCPClient\TCPClient\res\TCPClient.ico (21630, 2005-11-11)
TCPClient\TCPClient\res\TCPClientppc.rc2 (574, 2008-01-20)
TCPServer\TCPServer.sln (3562, 2008-01-20)
TCPServer\TCPServer.suo (16896, 2008-01-20)
TCPServer\TCPServer\TCPCustom_CE.cpp (6074, 2008-01-20)
TCPServer\TCPServer\TCPCustom_CE.h (1095, 2008-01-20)
TCPServer\TCPServer\TCPServer.cpp (1385, 2008-01-20)
TCPServer\TCPServer\TCPServer.h (490, 2008-01-20)
TCPServer\TCPServer\TCPServer.vcproj (16362, 2008-01-20)
TCPServer\TCPServer\TCPServer.vcproj.WANG.eric.user (4939, 2008-01-20)
TCPServer\TCPServer\TCPServerDlg.cpp (5891, 2008-01-20)
TCPServer\TCPServer\TCPServerDlg.h (1637, 2008-01-20)
TCPServer\TCPServer\TCPServer_CE.cpp (7349, 2008-01-20)
TCPServer\TCPServer\TCPServer_CE.h (2037, 2008-01-20)
TCPServer\TCPServer\TCPServerppc.aps (53744, 2008-01-20)
TCPServer\TCPServer\TCPServerppc.rc (5084, 2008-01-20)
TCPServer\TCPServer\resourceppc.h (866, 2008-01-20)
TCPServer\TCPServer\stdafx.cpp (140, 2008-01-20)
TCPServer\TCPServer\stdafx.h (1753, 2008-01-20)
TCPServer\TCPServer\res\TCPServer.ico (21630, 2005-11-11)
TCPServer\TCPServer\res\TCPServerppc.rc2 (574, 2008-01-20)
TCPClient\TCPClient\res (0, 2008-06-20)
TCPServer\TCPServer\res (0, 2008-06-20)
... ...

================================================================================ MICROSOFT 基础类库: TCPClient 项目概述 =============================================================================== 应用程序向导已为您创建了这个 TCPClient 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 本文件概要介绍组成 TCPClient 应用程序的每个文件的内容。 TCPClient.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 TCPClient.h 这是应用程序的主要头文件。它包括其他项目特定的头文件并声明 CTCPClientApp 应用程序类。 TCPClient.cpp 这是包含应用程序类 CTCPClientApp 的主要应用程序源文件。 TCPClientppc.rc 这是项目的主要资源文件,列出项目在针对 Pocket PC 平台或支持相同用户界面模型的平台进行编译时使用的所有 Microsoft Windows 资源。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。如果 .rc 文件保留不变,数据节中的定义将保留为它们所定义为的数值的十六进制版本,而不是定义的友好名称。 res\TCPClientppc.rc2 此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 res\TCPClient.ico 这是用作应用程序图标的图标文件。此图标包括在主要资源文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导创建一个对话框类: TCPClientDlg.h,TCPClientDlg.cpp - 对话框 这些文件包含 CTCPClientDlg 类。该类定义应用程序主对话框的行为。该对话框的模板位于主要资源文件中,该文件可以在 Microsoft Visual C++ 中进行编辑。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 TCPClient.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 Resourceppc.h 这是标准头文件,它定义新的资源 ID。 Microsoft Visual C++ 读取并更新此文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”来指示 应添加或自定义的源代码部分。 如果应用程序使用共享 DLL 中的 MFC,并且它使用的是与操作系统的当前语言不同的语言,那么您需要将对应的本地化资源 MFC80XXX.DLL 复制到应用程序目录中(“XXX”表示语言缩写。例如,MFC80DEU.DLL 包含翻译为德语的资源。)如果您不执行此操作,则应用程序的某些用户界面元素将保持与操作系统相同的语言。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者