]> git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/setup.h
Various fixes.
[wxWidgets.git] / include / wx / msw / setup.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: setup.h
3 // Purpose: Configuration for the library
4 // Author: Julian Smart
5 // Modified by:
6 // Created: 01/02/97
7 // RCS-ID: $Id$
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_SETUP_H_
13 #define _WX_SETUP_H_
14
15 /*
16 * General features
17 *
18 */
19
20 #define wxUSE_CONFIG 1
21 // Use wxConfig, with CreateConfig in wxApp
22 #define _WX_GOODCOMPILER__
23 // gcc can have problems, but Windows compilers
24 // are generally OK.
25 #define WXWIN_COMPATIBILITY 1
26 // Compatibility with 1.66 API.
27 // Level 0: no backward compatibility, all new features
28 // Level 1: wxDC, OnSize (etc.) compatibility, but
29 // some new features such as event tables
30
31 #define wxUSE_AUTOTRANS 1
32 // Define wxTString
33 #define wxUSE_POSTSCRIPT 0
34 // 0 for no PostScript device context
35 #define wxUSE_AFM_FOR_POSTSCRIPT 0
36 // 1 to use font metric files in GetTextExtent
37 #define wxUSE_METAFILE 1
38 // 0 for no Metafile and metafile device context
39 #define wxUSE_FORM 0
40 // 0 for no wxForm
41 #define wxUSE_IPC 1
42 // 0 for no interprocess comms
43 // Note: wxHELP uses IPC under X so these are interdependent!
44 #define wxUSE_HELP 1
45 // 0 for no help facility
46 #define wxUSE_RESOURCES 1
47 // 0 for no wxGetResource/wxWriteResource
48 #define wxUSE_CONSTRAINTS 1
49 // 0 for no window layout constraint system
50
51 #define wxUSE_TIMEDATE 1
52 // 0 for no wxTime/wxDate classes
53
54 #define wxUSE_CLIPBOARD 1
55 // 0 for no clipboard functions
56 #define wxUSE_SPLINES 1
57 // 0 for no splines
58 #define wxUSE_XFIG_SPLINE_CODE 1
59 // 1 for XFIG spline code, 0 for AIAI spline code.
60 // AIAI spline code is slower, but freer of copyright issues.
61
62 #define wxUSE_DRAG_AND_DROP 1
63 // 0 for no drag and drop
64
65 #define wxUSE_TOOLBAR 1
66 // Define 1 to use toolbar classes
67 #define wxUSE_BUTTONBAR 1
68 // Define 1 to use buttonbar classes (enhanced toolbar
69 // for MS Windows)
70 #define wxUSE_GAUGE 1
71 // Define 1 to use Microsoft's gauge (Windows)
72 // or Bull's gauge (Motif) library (both in contrib).
73 #define wxUSE_COMBOBOX 1
74 // Define 1 to use COMBOXBOX control (Windows)
75 // or FWW's ComboBox widget (Motif).
76 #define wxUSE_RADIOBUTTON 1
77 // Define 1 to use radio button control
78
79 #define wxUSE_SCROLLBAR 1
80 // Define 1 to compile contributed wxScrollBar class
81 #define wxUSE_XPM_IN_MSW 0
82 // Define 1 to support the XPM package in wxBitmap,
83 // separated by platform. If 1, you must link in
84 // the XPM library to your applications.
85 #define wxUSE_IMAGE_LOADING_IN_MSW 1
86 // Use dynamic DIB loading/saving code in utils/dib under MSW.
87 #define wxUSE_RESOURCE_LOADING_IN_MSW 1
88 // Use dynamic icon/cursor loading/saving code
89 // under MSW.
90 #define wxUSE_WX_RESOURCES 1
91 // Use .wxr resource mechanism (requires PrologIO library)
92
93 #define HAVE_SOCKET 1
94 // Use WinSock if 1
95 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
96 // Set to 0 to disable document/view architecture
97 #define wxUSE_PRINTING_ARCHITECTURE 1
98 // Set to 0 to disable print/preview architecture code
99 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
100 // Set to 0 to disable PostScript print/preview architecture code
101 // under Windows (just use Windows printing).
102 #define wxUSE_DYNAMIC_CLASSES 1
103 // If 1, enables provision of run-time type information.
104 // NOW MANDATORY: don't change.
105 #define wxUSE_MEMORY_TRACING 0
106 // If 1, enables debugging versions of wxObject::new and
107 // wxObject::delete *IF* __WXDEBUG__ is also defined.
108 // WARNING: this code may not work with all architectures, especially
109 // if alignment is an issue.
110 #define wxUSE_DEBUG_CONTEXT 0
111 // If 1, enables wxDebugContext, for
112 // writing error messages to file, etc.
113 // If __WXDEBUG__ is not defined, will still use
114 // normal memory operators.
115 // It's recommended to set this to 1,
116 // since you may well need to output
117 // an error log in a production
118 // version (or non-debugging beta)
119 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
120 // In debug mode, cause new and delete to be redefined globally.
121 // If this causes problems (e.g. link errors), set this to 0.
122
123 // GnuWin32 (b19) can't copy with these operators.
124 #ifdef __GNUWIN32__
125 #undef wxUSE_GLOBAL_MEMORY_OPERATORS 1
126 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
127 #endif
128
129 #define REMOVE_UNUSED_ARG 1
130 // Set this to 0 if your compiler can't cope
131 // with omission of prototype parameters.
132
133 #define wxUSE_C_MAIN 0
134 // Set to 1 to use main.c instead of main.cpp (UNIX only)
135
136 #define wxUSE_ODBC 1
137 // Define 1 to use ODBC classes
138
139 #define wxUSE_IOSTREAMH 1
140 // VC++ 4.2 and above allows <iostream> and <iostream.h>
141 // but you can't mix them. Set to 1 for <iostream.h>,
142 // 0 for <iostream>
143
144 #define wxUSE_WXCONFIG 1
145 // if enabled, compiles built-in OS independent wxConfig
146 // class and it's file (any platform) and registry (Win)
147 // based implementations
148 /*
149 * Finer detail
150 *
151 */
152
153 #define wxUSE_APPLE_IEEE 1
154 // if enabled, the float codec written by Apple
155 // will be used to write, in a portable way,
156 // float on the disk
157
158 /*
159 * MS Windows/Windows NT
160 *
161 */
162
163 #if defined(__WIN95__)
164 #define CTL3D 0
165 #else
166 #define CTL3D 1
167 // Define 1 to use Microsoft CTL3D library.
168 // See note above about using FAFA and CTL3D.
169 #endif
170
171 #define wxUSE_COMMON_DIALOGS 1
172 // On rare occasions (e.g. using DJGPP) may want
173 // to omit common dialogs
174 // (e.g. file selector, printer dialog).
175 // Switching this off also switches off
176 // the printing architecture and interactive
177 // wxPrinterDC.
178 #define wxUSE_ITSY_BITSY 1
179 // Define 1 to use Microsoft's ItsyBitsy
180 // small title bar library, for wxMiniFrame
181 #define wxUSE_BITMAP_MESSAGE 1
182 // Define 1 to use bitmap messages.
183 #define wxUSE_PORTABLE_FONTS_IN_MSW 0
184 // Define 1 to use new portable font scheme in Windows
185 // (used by default under X)
186 #define FONT_SIZE_COMPATIBILITY 0
187 // Define 1 for font size to be backward compatible
188 // to 1.63 and earlier. 1.64 and later define point
189 // sizes to be compatible with Windows.
190 #define wxUSE_GENERIC_DIALOGS_IN_MSW 1
191 // Define 1 to use generic dialogs in Windows, even though
192 // they duplicate native common dialog (e.g. wxColourDialog)
193 #define wxUSE_PENWINDOWS 0
194 // Set to 1 to use PenWindows
195
196 #define wxUSE_OWNER_DRAWN 1
197 // Owner-drawn menus and listboxes
198
199 #define wxUSE_NATIVE_STATUSBAR 1
200 // Set to 0 to use cross-platform wxStatusBar
201
202 /*
203 * Any platform
204 *
205 */
206
207 #define wxUSE_TYPEDEFS 0
208 // Use typedefs not classes for wxPoint
209 // and others, to reduce overhead and avoid
210 // MS C7 memory bug. Bounds checker
211 // complains about deallocating
212 // arrays of wxPoints if wxPoint is a class.
213
214 #if (!defined(WIN32) && !defined(__WIN32__)) || defined(__GNUWIN32__) || defined(__BORLANDC__)
215 // Can't use OLE drag and drop in Windows 3.1 because we don't know how
216 // to implement UUIDs
217 // GnuWin32 doesn't have appropriate headers for e.g. IUnknown.
218 #undef wxUSE_DRAG_AND_DROP
219 #define wxUSE_DRAG_AND_DROP 0
220 #endif
221
222 // Only WIN32 supports wxStatusBar95
223 #if !defined(__WIN32__) && wxUSE_NATIVE_STATUSBAR
224 #undef wxUSE_NATIVE_STATUSBAR
225 #define wxUSE_NATIVE_STATUSBAR 0
226 #endif
227
228 // Minimal setup e.g. for compiling small utilities
229 #define MINIMAL_WXWINDOWS_SETUP 0
230
231 #if MINIMAL_WXWINDOWS_SETUP
232 #undef wxUSE_POSTSCRIPT
233 # define wxUSE_POSTSCRIPT 0
234 #undef wxUSE_PRINTING_ARCHITECTURE
235 # define wxUSE_PRINTING_ARCHITECTURE 0
236 #undef wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
237 # define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
238 #undef wxUSE_METAFILE
239 # define wxUSE_METAFILE 0
240 #undef wxUSE_FORM
241 # define wxUSE_FORM 0
242 #undef wxUSE_SPLINES
243 # define wxUSE_SPLINES 0
244 #undef wxUSE_SCROLLBAR
245 # define wxUSE_SCROLLBAR 0
246 #undef wxUSE_COMBOBOX
247 # define wxUSE_COMBOBOX 0
248 #undef wxUSE_RADIOBUTTON
249 # define wxUSE_RADIOBUTTON 0
250 #undef wxUSE_XPM_IN_MSW
251 # define wxUSE_XPM_IN_MSW 0
252 #undef wxUSE_WX_RESOURCES
253 # define wxUSE_WX_RESOURCES 0
254 #undef wxUSE_DOC_VIEW_ARCHITECTURE
255 # define wxUSE_DOC_VIEW_ARCHITECTURE 0
256 #undef wxUSE_GNU_WXSTRING
257 # define wxUSE_GNU_WXSTRING 0
258 #undef wxUSE_ODBC
259 # define wxUSE_ODBC 0
260 #undef wxUSE_TIMEDATE
261 # define wxUSE_TIMEDATE 0
262 #undef CTL3D
263 # define CTL3D 0
264 #undef wxUSE_ITSY_BITSY
265 # define wxUSE_ITSY_BITSY 0
266 #undef wxUSE_IMAGE_LOADING_IN_MSW
267 # define wxUSE_IMAGE_LOADING_IN_MSW 0
268 #undef wxUSE_GAUGE
269 # define wxUSE_GAUGE 0
270 #undef wxUSE_RESOURCE_LOADING_IN_MSW
271 # define wxUSE_RESOURCE_LOADING_IN_MSW 0
272 #undef wxUSE_DRAG_AND_DROP
273 # define wxUSE_DRAG_AND_DROP 0
274 #endif
275
276 #endif
277 // _WX_SETUP_H_