资源简介
功能强大的BT下载器,附源码,有需要的可以下载试试!
代码片段和文件信息
// FileTrans.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “FileTrans.h“
#include “FileTransDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// FileTransApp
BEGIN_MESSAGE_MAP(FileTransApp CWinApp)
//{{AFX_MSG_MAP(FileTransApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// FileTransApp construction
FileTransApp::FileTransApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only FileTransApp object
FileTransApp theApp;
/////////////////////////////////////////////////////////////////////////////
// FileTransApp initialization
BOOL FileTransApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
// 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.
FileTransDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5059 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\BitSpider.h
文件 5059 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\BitSpider.h
文件 6459 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\DNS.h
文件 110705 2005-08-11 10:41 BT下载器\扩展实例9 BT下载器\Debug\FileTrans.exe
文件 29631 2005-08-11 10:41 BT下载器\扩展实例9 BT下载器\Debug\FileTrans.obj
文件 295936 2005-08-11 10:41 BT下载器\扩展实例9 BT下载器\Debug\FileTrans.pdb
文件 2708 2004-11-18 19:45 BT下载器\扩展实例9 BT下载器\Debug\FileTrans.res
文件 52079 2005-08-11 10:41 BT下载器\扩展实例9 BT下载器\Debug\FileTransDlg.obj
文件 988 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\RADIX64.h
文件 10353 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSP.h
文件 5059 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\BitSpider.h
文件 6459 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\DNS.h
文件 988 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\RADIX64.h
文件 10353 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\SSP.h
文件 110592 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\SSPDLL.dll
文件 61820 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\SSPDLL.lib
文件 27713 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL\SSP_SDK.chm
文件 110592 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL.dll
文件 61820 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSPDLL.lib
文件 27713 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\Debug\SSP_SDK.chm
文件 106940 2005-08-11 10:41 BT下载器\扩展实例9 BT下载器\Debug\StdAfx.obj
文件 479232 2005-08-11 10:41 BT下载器\扩展实例9 BT下载器\Debug\vc60.pdb
文件 6459 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\DNS.h
文件 114752 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\FileTrans.exe
文件 929844 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\MFC42D.DLL
文件 41013 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\MFCN42D.DLL
文件 94285 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\MSVCIRTD.DLL
文件 516173 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\MSVCP60D.DLL
文件 385100 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\MSVCRTD.DLL
文件 110592 2004-07-06 18:34 BT下载器\扩展实例9 BT下载器\EXE\SSPDLL.dll
............此处省略38个文件信息
- 上一篇:unity物体边缘高亮插件
- 下一篇:七夕情人节表白程序源码手机版
评论
共有 条评论