• 大小: 10.94MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-11
  • 语言: 其他
  • 标签: 天视通  IPC  

资源简介

天视通SDK使用示例,可以在局域网自动搜索到天视通摄像机并自动修改其IP地址,并显示视频。bin里还有其他的相关软件,使用VC 6.0开发

资源截图

代码片段和文件信息

// 3系Test.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “3系Test.h“
#include “3系TestDlg.h“
#include “Global.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMy3TestApp

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

/////////////////////////////////////////////////////////////////////////////
// CMy3TestApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy3TestApp object

CMy3TestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CMy3TestApp initialization

BOOL CMy3TestApp::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

//获取文件所在目录
CString szCurPath(““);
GetModuleFileName(NULLszCurPath.GetBuffer(MAX_PATH)MAX_PATH);
szCurPath.ReleaseBuffer();
g_szLanguagePath = szCurPath.Left(szCurPath.ReverseFind(‘\\‘)+1) + “Language\\36xxTest_Language.ini“;

CMy3TestDlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3777  2018-01-28 17:43  36xxTest\3系Test.clw

     文件       2346  2013-08-14 11:25  36xxTest\3系Test.cpp

     文件       8929  2013-12-31 13:39  36xxTest\3系Test.dsp

     文件        642  2013-12-31 11:04  36xxTest\3系Test.dsw

     文件       1329  2013-06-20 09:49  36xxTest\3系Test.h

     文件        127  2018-01-28 17:44  36xxTest\3系Test.positions

     文件       9006  2014-01-01 12:36  36xxTest\3系Test.rc

     文件      32237  2014-01-04 16:52  36xxTest\3系TestDlg.cpp

     文件       3220  2013-11-03 14:51  36xxTest\3系TestDlg.h

     文件        230  2013-07-01 09:54  36xxTest\AddHi.h

     文件    2555406  2012-09-25 21:39  36xxTest\avcodec-54.dll

     文件     157198  2012-09-25 21:39  36xxTest\avutil-51.dll

     文件       2243  2014-01-23 17:41  36xxTest\ConfigDlg.cpp

     文件       1339  2014-01-04 10:26  36xxTest\ConfigDlg.h

     文件       1467  2013-08-14 14:50  36xxTest\Global.cpp

     文件        268  2013-08-14 14:53  36xxTest\Global.h

     文件     442368  2013-03-21 17:14  36xxTest\HI\HIPlayer.dll

     文件      22872  2013-03-21 17:14  36xxTest\HI\HIPlayer.lib

     文件      33414  2013-03-21 17:20  36xxTest\HI\hi_net_dev_sdk.h

     文件       1312  2012-01-05 10:45  36xxTest\HI\hi_type.h

     文件      20911  2012-12-21 08:50  36xxTest\HI\HsPlayer.h

     文件     442368  2013-03-21 17:14  36xxTest\HIPlayer.dll

     文件       9512  2002-01-30 17:32  36xxTest\IPEXPORT.H

     文件      15896  2004-01-23 23:44  36xxTest\Iphlpapi.h

     文件      84498  2003-11-17 20:39  36xxTest\IPHLPAPI.LIB

     文件      24450  2002-01-30 17:32  36xxTest\IPRTRMIB.H

     文件       6810  2002-01-30 17:32  36xxTest\IPTYPES.H

     文件        135  2013-12-31 09:29  36xxTest\mssccprj.scc

     文件       3468  2012-09-27 17:46  36xxTest\NetAdapterInfo.cpp

     文件       1928  2012-09-24 19:12  36xxTest\NetAdapterInfo.h

............此处省略129个文件信息

评论

共有 条评论