FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
GeneratedCommonHeader.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19#include "FxARXAPI.h"
20
21#ifdef _WINDOWS_
22#undef _WINDOWS_
23#endif
24
25#if defined(_DEBUG) && !defined(ARX_FULL_DEBUG)
26 #undef _DEBUG
27 #define ARX_DEBUG_UNDEFINED
28#endif
29
30#if defined (__cplusplus) || defined (__cplusplus__)
31 #include <list>
32 #include <map>
33 #include <stack>
34 #include <vector>
35 #include <math.h>
36 #include <float.h>
37#endif
38
39#include <assert.h>
40
41#if defined (__cplusplus) || defined (__cplusplus__)
42#else
43 #include <windows.h>
44#endif
45
46#include <wingdi.h>
47
48#if defined (__cplusplus) || defined (__cplusplus__)
49namespace Gdiplus
50{
51 using std::min;
52 using std::max;
53};
54#include <gdiplus.h>
55#endif
56
57#include <share.h>
58
59//#endif // enf of _AFXDLL ---
60
61#pragma pack(push, 8)
62
63#include "AddEnum.h"
64typedef TCHAR ACHAR;
65#include "addmacro.h"
66
67#if defined (__cplusplus) || defined (__cplusplus__)
68 #include "axdb\_AcArray.h"
69 #include "acad\CommonHeader.h"
70 #include "acdb17\CommonHeader.h"
71 #include "acge17\CommonHeader.h"
73 #include "axdb\CommonHeader.h"
74 #include "acgex17\CommonHeader.h"
76 #include "acbr17\CommonHeader.h"
77 #include "ac1st\CommonHeader.h"
79#endif
80
81#include "AddDeclarations.h"
82#include "acad\Global Func.h"
83#include "addHLR.h"
84
85#if defined (__cplusplus) || defined (__cplusplus__)
86 #include "acdb17\Global Func.h"
87 #include "acge17\Global Func.h"
90 #include "acbr17\Global Func.h"
91 #include "axdb\Global Func.h"
92 #include "acgex17\Global Func.h"
93
94#endif
95
96#define AppNameChangeFuncPtr FxARXAppNameChangeFuncPtr
97
98#pragma pack(pop)
99
100#ifdef ARX_DEBUG_UNDEFINED
101 #define _DEBUG
102 #undef ARX_DEBUG_UNDEFINED
103#endif
TCHAR ACHAR