• 大小: 6.32MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-15
  • 语言: 其他
  • 标签: 相机开发  

资源简介

工业相机开发demo

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BaumerDemo.h“
#include “BaumerDemoDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBaumerDemoApp

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

/////////////////////////////////////////////////////////////////////////////
// CBaumerDemoApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBaumerDemoApp object

CBaumerDemoApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBaumerDemoApp initialization

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       49152  2012-05-29 13:47  BO_GigEFilterDrv.dll
     文件       30720  2012-10-25 17:53  BaumerDemo.aps
     文件        5754  2013-07-22 17:24  BaumerDemo.clw
     文件        2119  2011-11-18 17:24  BaumerDemo.cpp
     文件        5113  2012-07-08 00:17  BaumerDemo.dsp
     文件         737  2012-07-05 22:55  BaumerDemo.dsw
     文件        1368  2011-11-18 17:24  BaumerDemo.h
     文件       82944  2013-07-22 17:25  BaumerDemo.ncb
     文件       55808  2013-07-22 17:25  BaumerDemo.opt
     文件        1926  2013-06-04 13:41  BaumerDemo.plg
     文件       15935  2012-08-14 10:34  BaumerDemo.rc
     文件       61139  2012-08-15 16:51  BaumerDemoDlg.cpp
     文件        7632  2012-08-11 17:09  BaumerDemoDlg.h
     目录           0  2013-06-04 13:41  Bin\
     文件       49152  2012-05-29 13:47  Bin\BO_GigEFilterDrv.dll
     文件       53248  2013-06-04 13:41  Bin\BaumerDemo6.exe
     文件      359936  2012-05-29 13:47  Bin\MathParser.dll
     文件      719360  2012-05-29 13:47  Bin\bgapi.dll
     文件      135168  2012-05-29 14:49  Bin\bonetwrap.dll
     文件        4316  2012-05-29 13:47  Bin\bsysgige.xml
     文件      673792  2012-05-29 13:47  Bin\img_proc.dll
     文件      106496  2012-07-07 23:18  Bin\sxGUI6.dll
     文件      282679  2012-07-07 23:17  Bin\sxGUI6d.dll
     文件     1075200  2012-05-29 13:47  Bin\sys_gige.dll
     目录           0  2012-08-18 20:06  Include\
     文件       60937  2012-05-29 13:47  Include\bgapi.h
     文件      183381  2012-05-29 13:47  Include\bgapi.hpp
     文件      126891  2012-05-29 13:47  Include\bgapidef.h
     文件      124051  2012-05-29 13:47  Include\bgapidef.hpp
     文件        6647  2012-05-29 13:47  Include\bgapiresult.h
     文件         820  2012-02-04 10:24  Include\sxError.h
............此处省略39个文件信息

评论

共有 条评论