• 大小: 9.79MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-08
  • 语言: C/C++
  • 标签: Visual  C++6.0  Socket  

资源简介

视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术),基于Visual C++6.0 实现视频

资源截图

代码片段和文件信息

// Client.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Client.h“
#include “ClientDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CClientApp

BEGIN_MESSAGE_MAP(CClientApp CWinApp)
//{{AFX_MSG_MAP(CClientApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CClientApp construction

CClientApp::CClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CClientApp object

CClientApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CClientApp initialization

BOOL CClientApp::InitInstance()
{
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
//初始化套接字
WSADATA wsd;
AfxSocketInit(&wsd);
AfxInitRichEdit();

CClientDlg 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  2014-06-26 22:57  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\
     目录           0  2014-06-26 22:57  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\
     文件       27164  2014-06-25 09:48  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.aps
     文件        1553  2014-06-25 09:49  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.clw
     文件        2139  2008-12-11 09:32  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.cpp
     文件        4355  2011-03-04 11:19  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.dsp
     文件         537  2008-12-09 08:25  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.dsw
     文件        1324  2008-12-09 08:25  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.h
     文件       99328  2014-06-25 12:27  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.ncb
     文件      291328  2014-06-25 12:27  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.opt
     文件         246  2014-06-25 12:16  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.plg
     文件        5928  2008-12-11 08:18  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Client.rc
     文件       17014  2011-03-04 16:22  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\ClientDlg.cpp
     文件        1965  2008-12-10 16:03  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\ClientDlg.h
     文件        1011  2008-12-09 08:59  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\ClientSock.cpp
     文件        1267  2008-12-09 08:58  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\ClientSock.h
     目录           0  2014-06-26 22:57  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\
     文件     3171328  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.bsc
     文件      122972  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.exe
     文件      242952  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.ilk
     文件       16023  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.obj
     文件     6899556  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.pch
     文件      304128  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.pdb
     文件        8560  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.res
     文件           0  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\Client.sbr
     文件       45998  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\ClientDlg.obj
     文件           0  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\ClientDlg.sbr
     文件        7724  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\ClientSock.obj
     文件           0  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\ClientSock.sbr
     文件      106578  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\StdAfx.obj
     文件     1377755  2012-02-22 10:20  视频聊天软件(Visual C++6.0+Socket网络技术+VFW技术)\Client\Debug\StdAfx.sbr
............此处省略50个文件信息

评论

共有 条评论