资源简介
基于UDP的MFC通讯程序,数据发送 接受 广播 端口设置 ip设置
代码片段和文件信息
// msocudp.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “UDpAsySk.h“
#include “msocudp.h“
#include “msocudpDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMsocudpApp
BEGIN_MESSAGE_MAP(CMsocudpApp CWinApp)
//{{AFX_MSG_MAP(CMsocudpApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMsocudpApp construction
CMsocudpApp::CMsocudpApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMsocudpApp object
CMsocudpApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMsocudpApp initialization
BOOL CMsocudpApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CMsocudpDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-07-26 20:57 56257935MFCUDP\
目录 0 2012-08-04 11:17 56257935MFCUDP\MFCUDP\
目录 0 2012-07-26 20:58 56257935MFCUDP\MFCUDP\Debug\
文件 6474 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\cl.command.1.tlog
文件 64064 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\CL.read.1.tlog
文件 4302 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\CL.write.1.tlog
文件 2 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\li
文件 2 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\li
文件 3784 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\li
文件 10486 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\li
文件 2942 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\li
文件 71168 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\msocudp.exe
文件 667 2012-07-15 21:18 56257935MFCUDP\MFCUDP\Debug\msocudp.exe.em
文件 732 2012-07-17 08:54 56257935MFCUDP\MFCUDP\Debug\msocudp.exe.em
文件 381 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\msocudp.exe.intermediate.manifest
文件 1060376 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\msocudp.ilk
文件 96 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\msocudp.lastbuildstate
文件 1294 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\msocudp.log
文件 25089 2012-07-17 15:46 56257935MFCUDP\MFCUDP\Debug\msocudp.obj
文件 20381696 2012-07-17 08:53 56257935MFCUDP\MFCUDP\Debug\msocudp.pch
文件 3804160 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\msocudp.pdb
文件 3804 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\msocudp.res
文件 44852 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\msocudpDlg.obj
文件 210 2012-07-15 21:18 56257935MFCUDP\MFCUDP\Debug\msocudp_manifest.rc
文件 1500 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\mt.command.1.tlog
文件 1522 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\mt.read.1.tlog
文件 466 2012-07-18 09:36 56257935MFCUDP\MFCUDP\Debug\mt.write.1.tlog
文件 2414 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\rc.command.1.tlog
文件 6314 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\rc.read.1.tlog
文件 1202 2012-07-18 09:33 56257935MFCUDP\MFCUDP\Debug\rc.write.1.tlog
文件 556249 2012-07-17 08:54 56257935MFCUDP\MFCUDP\Debug\StdAfx.obj
............此处省略57个文件信息
相关资源
- Cross-Platform GUI Programming with wxWidgets中
- BTree数据结构课程设计C++版
- 用vs2010编写基于MFC的串口通信程序
- 基于MFC的多线程编程以及在Picture Co
- 研华工控机C++代码
- C++语言导学
- 精通Visual C++数字图像处理典型算法及
- C++ GUI Qt 4编程第二版.pdf中文版,含目
- MFC学生选课系统
- MFC SOCKET TCP VC6.0 服务器 客户端 源码编
- 数据结构C++版习题解答与实验指导.
- Effective C++改善程序与设计的55个具体
- 局域网监控系统demo含源代码
- C+++编程艺术(教程+源码)
- c++项目开发全程实录 随书源代码 刘志
- C++大作业学生信息管理系统
- rpm方式不联网安装gcc、gcc-c++
- MFC 之 CButton 控件重绘GDI+篇
- MFC常用图标5000个
- 基于VC++和OpenGL实现的IGM机器人手臂三
- C++-primer-5.mobi(适合kindle
- MFC 单文档 模拟时钟 VS2012
- 网上超市购物管理系统C++源代码
- Visual c++ MFC 棋牌类游戏编程麻将
- 讯飞windows端语音识别一套是基于QT设
- C++入门到精通的三本书超经典
- C# Csharp 调用 C++的DLL中的回调函数
- Visual C++网络高级编程pdf+源代码
- VC++ 一个非常经典的界面
- Visual C++从入门到精通第三版.pdf
评论
共有 条评论