00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
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>
00036 #include <afxext.h>
00037
00038 #ifndef _AFX_NO_OLE_SUPPORT
00039 #include <afxole.h>
00040 #include <afxodlgs.h>
00041 #include <afxdisp.h>
00042 #endif // _AFX_NO_OLE_SUPPORT
00043
00044 #ifndef _AFX_NO_DB_SUPPORT
00045 #include <afxdb.h>
00046 #endif // _AFX_NO_DB_SUPPORT
00047
00048 #ifndef _AFX_NO_DAO_SUPPORT
00049 #include <afxdao.h>
00050 #endif // _AFX_NO_DAO_SUPPORT
00051
00052 #include <afxdtctl.h>
00053 #ifndef _AFX_NO_AFXCMN_SUPPORT
00054 #include <afxcmn.h>
00055 #endif // _AFX_NO_AFXCMN_SUPPORT
00056
00057 #include <math.h>
00058
00059 #pragma warning (push, 3) // wrap around OT headers
00060 #pragma warning(disable : 4018)
00061 #include <ToolKit\ot_usertools.h>
00062 #include <ToolKit\progress.h>
00063
00064 #pragma warning(pop)
00065
00066
00067
00068 #include <cfl/Common.h>
00069
00070
00071
00072
00073 #endif // !defined(AFX_STDAFX_H__2E66AD8A_9926_11D4_A726_0050DAD63FF9__INCLUDED_)
00074
00075
00076
00077
00078