stdafx.h

来自「ARX/CAD二次开发 原码集合1」· C头文件 代码 · 共 37 行

H
37
字号
// 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__70083A23_6582_496B_A143_3DAD17F8E52A__INCLUDED_)
#define AFX_STDAFX_H__70083A23_6582_496B_A143_3DAD17F8E52A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#pragma warning(disable: 4786)
//#pragma warning(disable: 4098)

#include <windows.h>

extern HINSTANCE _hdllInstance ;
#include "rxdebug.h"
// RX Includes
#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


#ifdef _FULLDEBUG_
#pragma message ("Warning! You should better not run this application in a Standard AutoCAD release.")
#pragma message ("         Due to the memory managment constraints.")
#endif

// Include this here to speed up the compile times
#include "stdarx.h"

#endif // !defined(AFX_STDAFX_H__70083A23_6582_496B_A143_3DAD17F8E52A__INCLUDED)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?