Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
StdAfx.h
Package: toolbar.rar [view]
Upload User: rundaa
Upload Date: 2009-05-24
Package Size: 44k
Code Size: 2k
Category:
CAD
Development Platform:
Visual C++
- // StdAfx.h : include file for standard system include files,
- // or project specific include files that are used frequently,
- // but are changed infrequently
- #if !defined(AFX_STDAFX_H__D541AE2B_28C4_11D3_A7F6_000000000000__INCLUDED_)
- #define AFX_STDAFX_H__D541AE2B_28C4_11D3_A7F6_000000000000__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #pragma warning(disable: 4786)
- #define STRICT
- #ifndef _WIN32_WINNT
- #define _WIN32_WINNT 0x0400
- #endif
- // 'DEBUG workaround' below prevents the MFC or ATL #include-s
- // from pulling in "afx.h" that would force the debug CRT through
- // #pragma-s.
- #ifdef _DEBUG
- #define _DEBUG_WAS_DEFINED
- #undef _DEBUG
- #define NDEBUG
- #endif
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #ifndef _AFX_NO_OLE_SUPPORT
- #include <afxole.h> // MFC OLE classes
- #include <afxodlgs.h> // MFC OLE dialog classes
- #include <afxdisp.h> // MFC Automation classes
- #endif // _AFX_NO_OLE_SUPPORT
- #ifndef _AFX_NO_DB_SUPPORT
- #include <afxdb.h> // MFC ODBC database classes
- #endif // _AFX_NO_DB_SUPPORT
- #ifndef _AFX_NO_DAO_SUPPORT
- #include <afxdao.h> // MFC DAO database classes
- #endif // _AFX_NO_DAO_SUPPORT
- #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif // _AFX_NO_AFXCMN_SUPPORT
- // AutoCAD MFC Extensions:
- #include "adui.h"
- #include "acui.h"
- #include "acuiComboBox.h"
- #include "acuiDialog.h"
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #ifdef _DEBUG_WAS_DEFINED
- #undef NDEBUG
- #define _DEBUG
- #undef _DEBUG_WAS_DEFINED
- #endif
- extern HINSTANCE _hdllInstance ;
- // RX Includes
- #include "rxdebug.h"
- #include "acdb.h" // acdb definitions
- #include "rxregsvc.h" // ARX linker
- #include "dbapserv.h" // Host application services
- #include "aced.h" // aced stuff
- #include "adslib.h" // RXADS definitions
- #include "acdocman.h" // MDI document manager
- #include "rxmfcapi.h" // ObjectARX MFC support
- #include "AcExtensionModule.h" // Utility class for extension dlls
- #endif // !defined(AFX_STDAFX_H__D541AE2B_28C4_11D3_A7F6_000000000000__INCLUDED)