• 大小: 108KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: 其他
  • 标签: opc  client  

资源简介

opc client 有问题,AddItems函数返回错误

资源截图

代码片段和文件信息

// BottomView.cpp : implementation file
//

#include “stdafx.h“
#include “OPCClient.h“
#include “BottomView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBottomView

IMPLEMENT_DYNCREATE(CBottomView CFormView)

CBottomView::CBottomView()
: CFormView(CBottomView::IDD)
{
//{{AFX_DATA_INIT(CBottomView)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}

CBottomView::~CBottomView()
{
}

void CBottomView::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CBottomView)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CBottomView CFormView)
//{{AFX_MSG_MAP(CBottomView)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBottomView diagnostics

#ifdef _DEBUG
void CBottomView::AssertValid() const
{
CFormView::AssertValid();
}

void CBottomView::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CBottomView message handlers

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

     文件       1387  2012-03-09 10:48  OPCClient\BottomView.cpp

     文件       1637  2012-03-09 10:48  OPCClient\BottomView.h

     文件       5883  2012-03-20 15:26  OPCClient\BrowseItemDlg.cpp

     文件       1758  2012-03-20 15:25  OPCClient\BrowseItemDlg.h

     文件       4585  2012-03-23 11:11  OPCClient\callback.cpp

     文件       2015  2012-03-01 15:48  OPCClient\callback.h

     文件        409  2012-03-23 08:48  OPCClient\global.cpp

     文件        506  2012-03-23 08:50  OPCClient\global.h

     文件       3328  2012-03-27 10:29  OPCClient\GroupView.cpp

     文件       1860  2012-03-27 10:29  OPCClient\GroupView.h

     文件        923  2012-03-22 10:09  OPCClient\Item.cpp

     文件        845  2012-03-22 10:09  OPCClient\Item.h

     文件       2304  2012-03-22 10:28  OPCClient\ItemView.cpp

     文件       1790  2012-03-19 10:33  OPCClient\ItemView.h

     文件      18901  2012-03-27 11:45  OPCClient\LeftTopView.cpp

     文件       2719  2012-03-23 09:24  OPCClient\LeftTopView.h

     文件       5608  2012-03-14 08:33  OPCClient\MainFrm.cpp

     文件       1789  2012-03-13 11:14  OPCClient\MainFrm.h

     文件      74984  2012-03-23 09:21  OPCClient\OPCClient.aps

     文件       7842  2012-03-27 10:29  OPCClient\OPCClient.clw

     文件       4584  2012-03-22 10:57  OPCClient\OPCClient.cpp

     文件       6914  2012-03-22 08:53  OPCClient\OPCClient.dsp

     文件        541  2012-03-09 10:40  OPCClient\OPCClient.dsw

     文件       1389  2012-03-09 10:40  OPCClient\OPCClient.h

     文件     140288  2012-03-27 14:08  OPCClient\OPCClient.ncb

     文件      65024  2012-03-27 14:08  OPCClient\OPCClient.opt

     文件       2021  2012-03-27 11:45  OPCClient\OPCClient.plg

     文件      20183  2012-03-23 09:21  OPCClient\OPCClient.rc

     文件       1901  2012-03-14 12:17  OPCClient\OPCClientDoc.cpp

     文件       2284  2012-03-27 10:39  OPCClient\OPCClientDoc.h

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

评论

共有 条评论