Filter Library Camera Interface Physics

StdAfx.h

00001 /*
00002  * stdafx.h - include file for standard system include files, or project
00003  *            specific include files that are used frequently, but are
00004  *            changed infrequently.
00005  *
00006  * This file is part of the Camera Filter Library.
00007  * Computer Aided Measurement Environment for Realtime Atomic imaging (Camera)
00008  *
00009  * Copyright (C) 2004-2006, Leiden Probe Microscopy.
00010  * Copyright (C) 2004-2006, Universiteit Leiden.
00011  *
00012  * Original author: Martin J. Moene
00013  *
00014  * $Id: StdAfx.h 500 2007-01-25 13:20:59Z moene $
00015  */
00016 
00017 #if !defined(AFX_STDAFX_H__2E66AD8A_9926_11D4_A726_0050DAD63FF9__INCLUDED_)
00018 #define AFX_STDAFX_H__2E66AD8A_9926_11D4_A726_0050DAD63FF9__INCLUDED_
00019 
00020 #if _MSC_VER > 1000
00021 #pragma once
00022 #endif // _MSC_VER > 1000
00023 
00024 #pragma warning( disable: 4786 )        // disable 'name truncated to 255 characters' warning
00025 #pragma warning( disable: 4812 )        // obsolete (template) declaration
00026 #pragma warning( disable: 4005 )        // macro redefinition
00027 
00028 #if _MSC_VER >= 1400                    // Visual Studio 2005 / VC8
00029 #   define _CRT_SECURE_NO_DEPRECATE     // disable Safe Standard C++ Library of VS8
00030 #   define _SCL_SECURE_NO_DEPRECATE     // disable Safe Standard C++ Library of VS8
00031 #endif
00032 
00033 #define VC_EXTRALEAN                    // Exclude rarely-used stuff from Windows headers
00034 
00035 #include <afxwin.h>                     // MFC core and standard components
00036 #include <afxext.h>                     // MFC extensions
00037 
00038 #ifndef _AFX_NO_OLE_SUPPORT
00039 #include <afxole.h>                     // MFC OLE classes
00040 #include <afxodlgs.h>                   // MFC OLE dialog classes
00041 #include <afxdisp.h>                    // MFC Automation classes
00042 #endif // _AFX_NO_OLE_SUPPORT
00043 
00044 #ifndef _AFX_NO_DB_SUPPORT
00045 #include <afxdb.h>                      // MFC ODBC database classes
00046 #endif // _AFX_NO_DB_SUPPORT
00047 
00048 #ifndef _AFX_NO_DAO_SUPPORT
00049 #include <afxdao.h>                     // MFC DAO database classes
00050 #endif // _AFX_NO_DAO_SUPPORT
00051 
00052 #include <afxdtctl.h>                   // MFC support for Internet Explorer 4 Common Controls
00053 #ifndef _AFX_NO_AFXCMN_SUPPORT
00054 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00055 #endif // _AFX_NO_AFXCMN_SUPPORT
00056 
00057 #include <math.h>                       // for pow(), ceil(), log() etc.
00058 
00059 #pragma warning (push, 3)               // wrap around OT headers
00060 #pragma warning(disable : 4018)
00061 #include <ToolKit\ot_usertools.h>       // Objective Toolkit User Tools
00062 #include <ToolKit\progress.h>           // Objective Toolkit Progress Ctrl
00063 // RM-MO #include <ToolKit\filesys.h>   // Objective Toolkit FileSystem Utils
00064 #pragma warning(pop)
00065 
00066 // RM-MO #include "chart\ochart.h"      // 1D graphs
00067 
00068 #include <cfl/Common.h>                 // for general macro's
00069 
00070 //{{AFX_INSERT_LOCATION}}
00071 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00072 
00073 #endif // !defined(AFX_STDAFX_H__2E66AD8A_9926_11D4_A726_0050DAD63FF9__INCLUDED_)
00074 
00075 /*
00076  * end of file
00077  */
00078 

Camera Filter Library documentation © 2004-2007 by Leiden Probe Microscopy