================================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Client Project Overview
===============================================================================
The application wizard has created this Client application for
you. This application not only demonstrates the basics of using the Microsoft
Foundation Classes but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your Client application.
Client.vcxproj
This is the main project file for VC++ projects generated using an application wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
application wizard.
Client.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).
Client.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CClientApp application class.
Client.cpp
This is the main application source file that contains the application
class CClientApp.
Client.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++. Your project resources are in 1033.
res\Client.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file Client.rc.
res\Client.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
The application wizard creates one dialog class:
ClientDlg.h, ClientDlg.cpp - the dialog
These files contain your CClientDlg class. This class defines
the behavior of your application's main dialog. The dialog's template is
in Client.rc, which can be edited in Microsoft Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other Features:
ActiveX Controls
The application includes support to use ActiveX controls.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named Client.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
Client.manifest
Application manifest files are used by Windows XP to describe an applications
dependency on specific versions of Side-by-Side assemblies. The loader uses this
information to load the appropriate assembly from the assembly cache or private
from the application. The Application manifest maybe included for redistribution
as an external .manifest file that is installed in the same folder as the application
executable or it may be included in the executable in the form of a resource.
/////////////////////////////////////////////////////////////////////////////
Other notes:
The application wizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, you will need
to redistribute the MFC DLLs. If your application is in a language
other than the operating system's locale, you will also have to
redistribute the corresponding localized resources MFC100XXX.DLL.
For more information on both of these topics, please see the section on
redistributing Visual C++ applications in MSDN documentation.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
HP-Socket 3.0.1
共158个文件
h:48个
cpp:32个
exe:16个
需积分: 10 14 下载量 18 浏览量
2013-11-15
11:15:39
上传
评论
收藏 531KB ZIP 举报
温馨提示
========================================================================================== v3.0.1 更新: ========================================================================================== > 新增 UDP 通信组件: ----------------- 1、新增两个 UDP 通信组件:CUdpServer 为服务端组件,CUdpClient 为客户端组件 2、服务端组件 CUdpServer 采用 IOCP 通信模型 3、客户端组件 CUdpClient 采用 Event Select 通信模型 4、UDP 通信组件的接口与原 TCP 通信组件一致,简单实用 5、UDP 通信组件内置通信线路自动监测机制 6、新增 UDP 通信组件示例工程 TestEcho-UDP > 代码重构与优化: ----------------- 1、规范所有接口、类以及代码文件的命名 2、重构和优化了大量组件代码 3、服务端组件加入读写锁机制,有效平衡处理性能与安全性 4、服务端组件的 Socket 对象缓存列表设置了锁定时间,提高访问的安全性 > 升级说明: ----------------- 1、使用 HP-Socket v2.2.3 的应用程序可以安全升级到 HP-Socket v3.0.1 2、由于重命名了大量接口、类以及代码文件,因此升级时需要作相应调整
资源推荐
资源详情
资源评论
收起资源包目录
HP-Socket 3.0.1 (158个子文件)
TcpServer.cpp 23KB
UdpServer.cpp 23KB
UdpClient.cpp 15KB
TcpClient.cpp 12KB
SocketHelper.cpp 10KB
ClientDlg.cpp 10KB
helper.cpp 10KB
ServerDlg.cpp 8KB
ClientDlg.cpp 7KB
ServerDlg.cpp 7KB
ServerDlg.cpp 7KB
ServerDlg.cpp 6KB
ClientDlg.cpp 6KB
ClientDlg.cpp 6KB
TcpPullServer.cpp 6KB
Client.cpp 2KB
Server.cpp 2KB
Server.cpp 2KB
Client.cpp 2KB
Server.cpp 2KB
Client.cpp 2KB
Client.cpp 2KB
Server.cpp 2KB
TcpPullClient.cpp 2KB
stdafx.cpp 208B
stdafx.cpp 208B
stdafx.cpp 208B
stdafx.cpp 208B
stdafx.cpp 208B
stdafx.cpp 208B
stdafx.cpp 208B
stdafx.cpp 208B
Server.exe 72KB
Server.exe 64KB
Server.exe 62KB
Server.exe 60KB
Client.exe 58KB
Server.exe 57KB
Client.exe 54KB
Server.exe 52KB
Client.exe 50KB
Server.exe 49KB
Client.exe 49KB
Server.exe 47KB
Client.exe 45KB
Client.exe 43KB
Client.exe 40KB
Client.exe 39KB
Server.vcxproj.filters 5KB
Client.vcxproj.filters 4KB
Server.vcxproj.filters 4KB
Server.vcxproj.filters 4KB
Server.vcxproj.filters 4KB
Client.vcxproj.filters 4KB
Client.vcxproj.filters 4KB
Client.vcxproj.filters 4KB
SocketHelper.h 36KB
TcpServer.h 10KB
UdpServer.h 10KB
UdpClient.h 6KB
TcpClient.h 5KB
helper.h 3KB
TcpPullServer.h 3KB
resource.h 2KB
ClientDlg.h 2KB
ServerDlg.h 2KB
ServerDlg.h 2KB
resource.h 2KB
ServerDlg.h 2KB
ServerDlg.h 2KB
resource.h 2KB
resource.h 2KB
resource.h 2KB
ClientDlg.h 2KB
ClientDlg.h 2KB
resource.h 2KB
resource.h 2KB
ClientDlg.h 2KB
TcpPullClient.h 2KB
resource.h 1KB
Client.h 505B
Server.h 505B
Client.h 505B
Server.h 505B
Server.h 505B
Client.h 505B
Client.h 505B
Server.h 505B
stdafx.h 390B
stdafx.h 390B
stdafx.h 390B
stdafx.h 390B
stdafx.h 390B
stdafx.h 390B
stdafx.h 390B
stdafx.h 390B
targetver.h 314B
targetver.h 314B
targetver.h 314B
targetver.h 314B
共 158 条
- 1
- 2
资源评论
一如当初
- 粉丝: 261
- 资源: 242
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于C语言的系统服务框架.zip
- (源码)基于Spring MVC和MyBatis的选课管理系统.zip
- (源码)基于ArcEngine的GIS数据处理系统.zip
- (源码)基于JavaFX和MySQL的医院挂号管理系统.zip
- (源码)基于IdentityServer4和Finbuckle.MultiTenant的多租户身份认证系统.zip
- (源码)基于Spring Boot和Vue3+ElementPlus的后台管理系统.zip
- (源码)基于C++和Qt框架的dearoot配置管理系统.zip
- (源码)基于 .NET 和 EasyHook 的虚拟文件系统.zip
- (源码)基于Python的金融文档智能分析系统.zip
- (源码)基于Java的医药管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功