⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 BCAM 1394 Driver
💻 H
字号:
//-----------------------------------------------------------------------------
//  (c) 2002 by Basler Vision Technologies
//  Section:  Vision Components
//  Project:  BCAM
//  $Header: stdafx.h, 6, 17.09.2003 17:15:58, Nebelung, H.$
//-----------------------------------------------------------------------------
/**
  \file     stdafx.h
  \brief    include file for standard system include files,
*/

#if !defined(AFX_STDAFX_H__8C4B8ACB_7C21_11D5_920C_0090278E5E96__INCLUDED_)
#define AFX_STDAFX_H__8C4B8ACB_7C21_11D5_920C_0090278E5E96__INCLUDED_

// Change these values to use different versions
#define WINVER		0x500   // <--- !!!!

#define _WIN32_WINNT WINVER

#define _WIN32_IE	0x0400
#define _RICHEDIT_VER	0x0100

#if _MSC_VER >= 1300 
// tell the WTL to use the ATL/MFC shared classes
#include <atlstr.h>
#define _WTL_NO_WTYPES
#define _WTL_NO_CSTRING
#endif

#include <atlbase.h>
#include <atlapp.h>

extern CAppModule _Module;

#include <atlwin.h>

#define _ATL_USE_CSTRING_FLOAT
#include <atlmisc.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atlctrlx.h>
#include <atldlgs.h>
#include <atlctrlw.h>
#include "atldock.h"
#include "atldock2.h"
#include <atlddx.h>
#include <atlcrack.h>

#include <vector>
#include <map>
using namespace std;

#include "Bcam.h"
#include "BcamUtility.h"
using namespace Bcam;

#include <assert.h>



//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__8C4B8ACB_7C21_11D5_920C_0090278E5E96__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -