stdafx.h

来自「BCAM 1394 Driver」· C头文件 代码 · 共 65 行

H
65
字号
//-----------------------------------------------------------------------------
//  (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 + =
减小字号Ctrl + -
显示快捷键?