Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]

X:/dropbox/visualizationlibrary/src/vlMFC/StdAfx.h

Go to the documentation of this file.
00001 // stdafx.h : include file for standard system include files,
00002 // or project specific include files that are used frequently,
00003 // but are changed infrequently
00004 
00005 #pragma once
00006 
00007 #ifndef VC_EXTRALEAN
00008 #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
00009 #endif
00010 
00011 // Modify the following defines if you have to target a platform prior to the ones specified below.
00012 // Refer to MSDN for the latest info on corresponding values for different platforms.
00013 #ifndef WINVER              // Allow use of features specific to Windows 95 and Windows NT 4 or later.
00014 #define WINVER 0x0500       // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00015 #endif
00016 
00017 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS  // some CString constructors will be explicit
00018 
00019 // turns off MFC's hiding of some common and often safely ignored warning messages
00020 #define _AFX_ALL_WARNINGS
00021 
00022 #include <afxwin.h>         // MFC core and standard components
00023 #include <afxext.h>         // MFC extensions
00024 #ifndef _AFX_NO_AFXCMN_SUPPORT
00025 #include <afxcmn.h>         // MFC support for Windows Common Controls
00026 #endif // _AFX_NO_AFXCMN_SUPPORT
00027 #include <afxdisp.h>        // MFC Automation classes
00028 #include <afxdlgs.h>
00029 #include <afxctl.h>
00030 
00031 #ifndef _AFX_NO_OLE_SUPPORT
00032 #include <afxole.h>         // MFC OLE classes
00033 #include <afxodlgs.h>       // MFC OLE dialog classes
00034 #include <afxdisp.h>        // MFC Automation classes
00035 #endif // _AFX_NO_OLE_SUPPORT
00036 
00037 #include <afxdtctl.h>       // MFC support for Internet Explorer 4 Common Controls
00038 

Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:40:43.
Permission is granted to use this page to write and publish articles regarding Visualization Library.