資源簡介
這個源碼也是我從CSDN上下的,但在VS2005上編譯有很多錯誤,我改了一下,現(xiàn)在可以運行,供大家學(xué)習(xí)socket編程。
代碼片段和文件信息
//?CallDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“Chat.h“
#include?“CallDlg.h“
#include?“ProxyAuthDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
#define?ID_TIMER_CONNECT 1000
/////////////////////////////////////////////////////////////////////////////
//?CCallDlg?dialog
CCallDlg::CCallDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CCallDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CCallDlg)
m_nPort?=?CHAT_PORT;
m_szServer?=?_T(“127.0.0.1“);
m_szCallTips?=?_T(“等待“);
m_bUseProxy?=?FALSE;
//}}AFX_DATA_INIT
m_pClientThread?=?NULL;
m_bState?=?CALL_ORIGIN;
m_bMode?=?FALSE; //不用代理
m_lpReceiveBuffer?=?NULL;
}
void?CCallDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2193??2009-07-16?22:05??CHAT\codefans.net\Client\Client.cpp
?????文件???????4528??2005-01-17?23:06??CHAT\codefans.net\Client\Client.dsp
?????文件????????537??2005-01-17?11:56??CHAT\codefans.net\Client\Client.dsw
?????文件???????1324??2005-01-17?11:47??CHAT\codefans.net\Client\Client.h
?????文件???????6311??2005-01-19?08:40??CHAT\codefans.net\Client\Client.rc
?????文件???????8200??2005-01-19?07:54??CHAT\codefans.net\Client\ClientDlg.cpp
?????文件???????1805??2005-01-19?07:05??CHAT\codefans.net\Client\ClientDlg.h
?????文件????????598??2009-07-16?22:05??CHAT\codefans.net\Client\Msg.cpp
?????文件????????638??2005-01-17?17:45??CHAT\codefans.net\Client\Msg.h
?????文件???????1040??2009-07-16?22:05??CHAT\codefans.net\Client\MySocket.cpp
?????文件???????1248??2005-01-17?12:02??CHAT\codefans.net\Client\MySocket.h
?????文件???????3579??2005-01-17?11:47??CHAT\codefans.net\Client\ReadMe.txt
?????文件???????1078??2005-01-17?07:21??CHAT\codefans.net\Client\res\Client.ico
?????文件????????398??2005-01-17?07:21??CHAT\codefans.net\Client\res\Client.rc2
?????目錄??????????0??2009-07-16?21:48??CHAT\codefans.net\Client\res
?????文件???????1142??2005-01-19?07:02??CHAT\codefans.net\Client\resource.h
?????文件????????968??2009-07-16?22:05??CHAT\codefans.net\Client\SendDlg.cpp
?????文件???????1194??2005-01-17?23:04??CHAT\codefans.net\Client\SendDlg.h
?????文件????????246??2009-07-16?22:05??CHAT\codefans.net\Client\StdAfx.cpp
?????文件???????1102??2005-01-17?11:47??CHAT\codefans.net\Client\StdAfx.h
?????目錄??????????0??2009-07-16?22:05??CHAT\codefans.net\Client
?????文件???????1114??2009-07-16?22:04??CHAT\codefans.net\SuperServer\AddDlg.cpp
?????文件???????1185??2005-01-17?10:15??CHAT\codefans.net\SuperServer\AddDlg.h
?????文件??????90112??2005-01-19?08:38??CHAT\codefans.net\SuperServer\Data.mdb
?????文件???????1002??2005-01-17?10:09??CHAT\codefans.net\SuperServer\FindDlg.cpp
?????文件???????1233??2005-01-17?10:09??CHAT\codefans.net\SuperServer\FindDlg.h
?????文件???????1076??2009-07-16?22:04??CHAT\codefans.net\SuperServer\FindDlg1.cpp
?????文件???????1174??2005-01-17?10:11??CHAT\codefans.net\SuperServer\FindDlg1.h
?????文件????????975??2009-07-16?22:04??CHAT\codefans.net\SuperServer\FindDLG2.cpp
?????文件???????1202??2005-01-17?10:44??CHAT\codefans.net\SuperServer\FindDLG2.h
............此處省略83個文件信息
評論
共有 條評論