]>
Commit | Line | Data |
---|---|---|
9bd6a503 VZ |
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 | ||
73974df1 VZ |
15 | // ---------------------------------------------------------------------------- |
16 | // global settings | |
17 | // ---------------------------------------------------------------------------- | |
9bd6a503 | 18 | |
73974df1 VZ |
19 | // define this to 0 when building wxBase library |
20 | #define wxUSE_GUI 1 | |
1f112209 | 21 | |
9bd6a503 VZ |
22 | #define WXWIN_COMPATIBILITY 0 |
23 | // Compatibility with 1.68 API. | |
24 | // Level 0: no backward compatibility, all new features | |
25 | // Level 1: Some compatibility. In fact | |
26 | // the compatibility code is now very minimal so there | |
27 | // is little advantage to setting it to 1. | |
28 | ||
73974df1 VZ |
29 | // ---------------------------------------------------------------------------- |
30 | // General features | |
31 | // ---------------------------------------------------------------------------- | |
32 | ||
33 | #define wxUSE_CONFIG 1 | |
34 | // Use wxConfig, with CreateConfig in wxApp | |
106f0395 JS |
35 | #define wxUSE_DIALUP_MANAGER 1 |
36 | // Use wxDialUpManager class | |
9bd6a503 | 37 | #define wxUSE_POSTSCRIPT 0 |
83b1bfaa | 38 | // 0 for no PostScript device context |
9bd6a503 VZ |
39 | #define wxUSE_AFM_FOR_POSTSCRIPT 0 |
40 | // 1 to use font metric files in GetTextExtent | |
41 | #define wxUSE_METAFILE 1 | |
42 | // 0 for no Metafile and metafile device context | |
9bd6a503 VZ |
43 | #define wxUSE_IPC 1 |
44 | // 0 for no interprocess comms | |
45 | // Note: wxHELP uses IPC under X so these are interdependent! | |
46 | #define wxUSE_HELP 1 | |
47 | // 0 for no help facility | |
48 | #define wxUSE_RESOURCES 1 | |
49 | // 0 for no wxGetResource/wxWriteResource | |
50 | #define wxUSE_CONSTRAINTS 1 | |
51 | // 0 for no window layout constraint system | |
52 | ||
53 | #define wxUSE_TIMEDATE 1 | |
54 | // 0 for no wxTime/wxDate classes | |
55 | ||
56 | #define wxUSE_CLIPBOARD 1 | |
57 | // 0 for no clipboard functions | |
1f112209 | 58 | |
9bd6a503 | 59 | #define wxUSE_SPLINES 1 |
83b1bfaa | 60 | // 0 for no splines |
9bd6a503 VZ |
61 | |
62 | #define wxUSE_DRAG_AND_DROP 1 | |
63 | // 0 for no drag and drop | |
64 | ||
83b1bfaa GRG |
65 | #define wxUSE_BUTTONBAR 1 |
66 | // Define 1 to use buttonbar classes (enhanced toolbar | |
67 | // for MS Windows) | |
68 | #define wxUSE_GAUGE 1 | |
69 | // Define 1 to use Microsoft's gauge (Windows) | |
70 | // or Bull's gauge (Motif) library (both in contrib). | |
71 | #define wxUSE_COMBOBOX 1 | |
72 | // Define 1 to use COMBOXBOX control (Windows) | |
73 | // or FWW's ComboBox widget (Motif). | |
74 | #define wxUSE_CHOICE 1 | |
75 | // Define 1 to use CHOICE | |
76 | ||
77 | #define wxUSE_RADIOBUTTON 1 | |
78 | // Define 1 to use radio button control | |
79 | #define wxUSE_RADIOBTN 1 | |
80 | // Unfortunately someone introduced this one, too | |
90c6f4d6 VZ |
81 | #define wxUSE_RADIOBOX 1 |
82 | // And this... don't know which one is corect | |
83b1bfaa GRG |
83 | |
84 | #define wxUSE_SCROLLBAR 1 | |
85 | // Define 1 to compile contributed wxScrollBar class | |
86 | ||
87 | #define wxUSE_CHECKBOX 1 | |
88 | // Define 1 to compile checkbox | |
89 | ||
90 | #define wxUSE_LISTBOX 1 | |
91 | // Define 1 to compile listbox | |
92 | ||
93 | #define wxUSE_SPINBTN 1 | |
94 | // Define 1 to compile spin button | |
28d52eed | 95 | |
90c6f4d6 VZ |
96 | #define wxUSE_SPINCTRL 1 |
97 | // Define 1 to use wxSpinCtrl class | |
448af9a4 | 98 | |
83b1bfaa | 99 | #define wxUSE_STATLINE 1 |
448af9a4 | 100 | // use wxStaticLine class |
c50f1fb9 | 101 | |
28d52eed | 102 | #define wxUSE_CHECKLISTBOX 1 |
83b1bfaa | 103 | // Define 1 to compile check listbox |
28d52eed | 104 | |
83b1bfaa GRG |
105 | #define wxUSE_CHOICE 1 |
106 | // Define 1 to compile choice | |
28d52eed | 107 | |
83b1bfaa GRG |
108 | #define wxUSE_CARET 1 |
109 | // Define 1 to use wxCaret class | |
f85afd4e | 110 | |
90c6f4d6 VZ |
111 | #define wxUSE_SLIDER 1 |
112 | // Define 1 to use wxSlider class | |
113 | ||
f85afd4e MB |
114 | #define wxUSE_NEW_GRID 1 |
115 | // Define 1 to use the new wxGrid class | |
116 | // (still under development, define 0 to | |
117 | // use existing wxGrid class) | |
83b1bfaa GRG |
118 | #define wxUSE_XPM_IN_MSW 1 |
119 | // Define 1 to support the XPM package in wxBitmap. | |
9bd6a503 | 120 | #define wxUSE_IMAGE_LOADING_IN_MSW 1 |
83b1bfaa | 121 | // Use dynamic DIB loading/saving code in utils/dib under MSW. |
9bd6a503 | 122 | #define wxUSE_RESOURCE_LOADING_IN_MSW 1 |
83b1bfaa GRG |
123 | // Use dynamic icon/cursor loading/saving code |
124 | // under MSW. | |
9bd6a503 | 125 | #define wxUSE_WX_RESOURCES 1 |
83b1bfaa | 126 | // Use .wxr resource mechanism (requires PrologIO library) |
9bd6a503 | 127 | |
83b1bfaa | 128 | #define wxUSE_STARTUP_TIPS 1 |
448af9a4 | 129 | // support for startup tips (wxShowTip &c) |
9bd6a503 | 130 | |
9bd6a503 | 131 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 |
83b1bfaa GRG |
132 | // Set to 0 to disable document/view architecture |
133 | #define wxUSE_MDI_ARCHITECTURE 1 | |
134 | // Set to 0 to disable MDI document/view architecture | |
9bd6a503 | 135 | #define wxUSE_PRINTING_ARCHITECTURE 1 |
83b1bfaa | 136 | // Set to 0 to disable print/preview architecture code |
9bd6a503 | 137 | #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 |
83b1bfaa GRG |
138 | // Set to 0 to disable PostScript print/preview architecture code |
139 | // under Windows (just use Windows printing). | |
9bd6a503 | 140 | #define wxUSE_DYNAMIC_CLASSES 1 |
83b1bfaa GRG |
141 | // If 1, enables provision of run-time type information. |
142 | // NOW MANDATORY: don't change. | |
9bd6a503 | 143 | #define wxUSE_MEMORY_TRACING 1 |
83b1bfaa GRG |
144 | // If 1, enables debugging versions of wxObject::new and |
145 | // wxObject::delete *IF* __WXDEBUG__ is also defined. | |
146 | // WARNING: this code may not work with all architectures, especially | |
147 | // if alignment is an issue. | |
9bd6a503 | 148 | #define wxUSE_DEBUG_CONTEXT 1 |
83b1bfaa GRG |
149 | // If 1, enables wxDebugContext, for |
150 | // writing error messages to file, etc. | |
151 | // If __WXDEBUG__ is not defined, will still use | |
152 | // normal memory operators. | |
153 | // It's recommended to set this to 1, | |
154 | // since you may well need to output | |
155 | // an error log in a production | |
156 | // version (or non-debugging beta) | |
9bd6a503 | 157 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 |
83b1bfaa GRG |
158 | // In debug mode, cause new and delete to be redefined globally. |
159 | // If this causes problems (e.g. link errors), set this to 0. | |
9bd6a503 VZ |
160 | |
161 | #define wxUSE_DEBUG_NEW_ALWAYS 1 | |
83b1bfaa GRG |
162 | // In debug mode, causes new to be defined to |
163 | // be WXDEBUG_NEW (see object.h). | |
164 | // If this causes problems (e.g. link errors), set this to 0. | |
165 | // You may need to set this to 0 if using templates (at least | |
166 | // for VC++). | |
9bd6a503 | 167 | |
83b1bfaa GRG |
168 | #define REMOVE_UNUSED_ARG 1 |
169 | // Set this to 0 if your compiler can't cope | |
170 | // with omission of prototype parameters. | |
9bd6a503 | 171 | |
83b1bfaa GRG |
172 | #define wxUSE_ODBC 0 |
173 | // Define 1 to use ODBC classes | |
9bd6a503 | 174 | |
9695185a GT |
175 | #define wxODBC_FWD_ONLY_CURSORS 1 |
176 | // Some databases/ODBC drivers only allow forward scrolling cursors. | |
177 | // Unless you specifically want to use backward scrolling | |
178 | // cursors, and you know that all of the databases/ODBC drivers | |
179 | // that you will use these odbc classes with allow backward | |
180 | // scrolling cursors, this setting should remain set to 1 | |
181 | // for maximum database/driver compatibilty | |
182 | ||
9bd6a503 VZ |
183 | #ifndef __MWERKS__ |
184 | #define wxUSE_IOSTREAMH 1 | |
185 | #else | |
dbda9e86 | 186 | #define wxUSE_IOSTREAMH 1 |
9bd6a503 | 187 | #endif |
83b1bfaa GRG |
188 | // VC++ 4.2 and above allows <iostream> and <iostream.h> |
189 | // but you can't mix them. Set to 1 for <iostream.h>, | |
190 | // 0 for <iostream> | |
9bd6a503 | 191 | |
d4ec5d32 | 192 | #define wxUSE_STREAMS 1 |
83b1bfaa | 193 | // If enabled (1), compiles wxWindows streams classes |
d4ec5d32 | 194 | |
83b1bfaa GRG |
195 | #define wxUSE_STD_IOSTREAM 0 |
196 | // Use standard C++ streams if 1. If 0, use wxWin | |
197 | // streams implementation. | |
d4ec5d32 | 198 | |
9bd6a503 | 199 | #define wxUSE_WXCONFIG 1 |
83b1bfaa GRG |
200 | // if enabled, compiles built-in OS independent wxConfig |
201 | // class and it's file (any platform) and registry (Win) | |
202 | // based implementations | |
9bd6a503 | 203 | #define wxUSE_THREADS 1 |
83b1bfaa GRG |
204 | // support for multithreaded applications: if |
205 | // 1, compile in thread classes (thread.h) | |
206 | // and make the library thread safe | |
9bd6a503 | 207 | #define wxUSE_ZLIB 1 |
83b1bfaa | 208 | // Use zlib for compression in streams and PNG code |
9bd6a503 | 209 | #define wxUSE_LIBPNG 1 |
83b1bfaa GRG |
210 | // Use PNG bitmap/image code |
211 | #define wxUSE_LIBJPEG 1 | |
212 | // Use JPEG bitmap/image code | |
213 | #define wxUSE_GIF 1 | |
214 | // Use GIF bitmap/image code | |
1044a386 | 215 | #define wxUSE_PNM 1 |
83b1bfaa | 216 | // Use PNM bitmap/image code |
1044a386 | 217 | #define wxUSE_PCX 1 |
83b1bfaa | 218 | // Use PCX bitmap/image code |
d4ec5d32 | 219 | #define wxUSE_SERIAL 0 |
83b1bfaa | 220 | // Use serialization (requires utils/serialize) |
3aa0e8fa | 221 | #define wxUSE_DYNLIB_CLASS 0 |
83b1bfaa GRG |
222 | // Compile in wxLibrary class for run-time |
223 | // DLL loading and function calling | |
9bd6a503 | 224 | #define wxUSE_TOOLTIPS 1 |
83b1bfaa GRG |
225 | // Define to use wxToolTip class and |
226 | // wxWindow::SetToolTip() method | |
227 | #define wxUSE_SOCKETS 1 | |
228 | // Set to 1 to use socket classes | |
0b5d3315 | 229 | #define wxUSE_HTML 1 |
83b1bfaa | 230 | // Set to 1 to use wxHTML sub-library |
0b5d3315 VS |
231 | #define wxUSE_FS_ZIP 1 |
232 | #define wxUSE_FS_INET 1 // Set to 1 to enable virtual file systems | |
d78b3d64 | 233 | |
0b5d3315 | 234 | #define wxUSE_BUSYINFO 1 |
83b1bfaa GRG |
235 | // wxBusyInfo displays window with message |
236 | // when app is busy. Works in same way as | |
237 | // wxBusyCursor | |
0b5d3315 | 238 | #define wxUSE_ZIPSTREAM 1 |
83b1bfaa | 239 | // input stream for reading from zip archives |
9bd6a503 VZ |
240 | |
241 | /* | |
242 | * Finer detail | |
243 | * | |
244 | */ | |
245 | ||
246 | #define wxUSE_APPLE_IEEE 1 | |
247 | // if enabled, the float codec written by Apple | |
248 | // will be used to write, in a portable way, | |
249 | // float on the disk | |
250 | ||
1318fabe VZ |
251 | // use wxFile class - required by i18n code, wxConfig and others - recommended |
252 | #define wxUSE_FILE 1 | |
253 | ||
254 | // use wxTextFile class: requires wxFile, required by wxConfig | |
255 | #define wxUSE_TEXTFILE 1 | |
256 | ||
257 | // i18n support: _() macro, wxLocale class. Requires wxFile | |
258 | #define wxUSE_INTL 1 | |
259 | ||
260 | // wxLogXXX functions - highly recommended | |
83b1bfaa | 261 | #define wxUSE_LOG 1 |
1318fabe VZ |
262 | |
263 | // wxValidator class | |
264 | #define wxUSE_VALIDATORS 1 | |
265 | ||
266 | // wxAcceleratorTable/Entry classes and support for them in wxMenu(Bar) | |
267 | #define wxUSE_ACCEL 1 | |
268 | ||
269 | // wxSashWindow class | |
270 | #define wxUSE_SASH 1 | |
271 | ||
272 | // text entry dialog and wxGetTextFromUser function | |
273 | #define wxUSE_TEXTDLG 1 | |
274 | ||
275 | // wxToolBar class | |
276 | #define wxUSE_TOOLBAR 1 | |
277 | ||
278 | // wxStatusBar class | |
279 | #define wxUSE_STATUSBAR 1 | |
280 | ||
281 | // progress dialog class for lengthy operations | |
282 | #define wxUSE_PROGRESSDLG 1 | |
283 | ||
284 | // wxDirDlg class for getting a directory name from user | |
285 | #define wxUSE_DIRDLG 1 | |
286 | ||
9bd6a503 VZ |
287 | /* |
288 | * MS Windows/Windows NT | |
289 | * | |
290 | */ | |
291 | ||
3aa0e8fa VZ |
292 | #define wxUSE_OLE 1 |
293 | // drag-and-drop, clipboard, OLE Automation | |
294 | ||
9bd6a503 | 295 | #if defined(__WIN95__) |
1f112209 | 296 | #define wxUSE_CTL3D 0 |
9bd6a503 | 297 | #else |
1f112209 | 298 | #define wxUSE_CTL3D 1 |
83b1bfaa GRG |
299 | // Define 1 to use Microsoft CTL3D library. |
300 | // See note above about using FAFA and CTL3D. | |
9bd6a503 VZ |
301 | #endif |
302 | ||
303 | #define wxUSE_COMMON_DIALOGS 1 | |
83b1bfaa GRG |
304 | // On rare occasions (e.g. using DJGPP) may want |
305 | // to omit common dialogs | |
306 | // (e.g. file selector, printer dialog). | |
307 | // Switching this off also switches off | |
308 | // the printing architecture and interactive | |
309 | // wxPrinterDC. | |
9bd6a503 | 310 | #define wxUSE_ITSY_BITSY 1 |
83b1bfaa GRG |
311 | // Define 1 to use Microsoft's ItsyBitsy |
312 | // small title bar library, for wxMiniFrame | |
9bd6a503 | 313 | #define wxUSE_BITMAP_MESSAGE 1 |
83b1bfaa | 314 | // Define 1 to use bitmap messages. |
9bd6a503 | 315 | #define wxUSE_PORTABLE_FONTS_IN_MSW 0 |
83b1bfaa GRG |
316 | // Define 1 to use new portable font scheme in Windows |
317 | // (used by default under X) | |
1f112209 | 318 | #define wxFONT_SIZE_COMPATIBILITY 0 |
83b1bfaa GRG |
319 | // Define 1 for font size to be backward compatible |
320 | // to 1.63 and earlier. 1.64 and later define point | |
321 | // sizes to be compatible with Windows. | |
9bd6a503 | 322 | #define wxUSE_GENERIC_DIALOGS_IN_MSW 1 |
83b1bfaa GRG |
323 | // Define 1 to use generic dialogs in Windows, even though |
324 | // they duplicate native common dialog (e.g. wxColourDialog) | |
9bd6a503 | 325 | #define wxUSE_PENWINDOWS 0 |
83b1bfaa | 326 | // Set to 1 to use PenWindows |
9bd6a503 VZ |
327 | |
328 | #define wxUSE_OWNER_DRAWN 1 | |
83b1bfaa | 329 | // Owner-drawn menus and listboxes |
9bd6a503 VZ |
330 | |
331 | #define wxUSE_NATIVE_STATUSBAR 1 | |
83b1bfaa | 332 | // Set to 0 to use cross-platform wxStatusBar |
9bd6a503 VZ |
333 | |
334 | /* | |
335 | * Any platform | |
336 | * | |
337 | */ | |
338 | ||
339 | #define wxUSE_TYPEDEFS 0 | |
83b1bfaa GRG |
340 | // Use typedefs not classes for wxPoint |
341 | // and others, to reduce overhead and avoid | |
342 | // MS C7 memory bug. Bounds checker | |
343 | // complains about deallocating | |
344 | // arrays of wxPoints if wxPoint is a class. | |
9bd6a503 | 345 | |
1a7f3062 JS |
346 | #if defined(__MINGW32__) && ((__GNUC__>2) ||((__GNUC__==2) && (__GNUC_MINOR__>=95))) |
347 | #ifndef wxUSE_NORLANDER_HEADERS | |
348 | # define wxUSE_NORLANDER_HEADERS 1 | |
349 | #endif | |
350 | #endif | |
351 | ||
352 | #if (!defined(WIN32) && !defined(__WIN32__)) || (defined(__GNUWIN32__) && !defined(wxUSE_NORLANDER_HEADERS)) | |
9bd6a503 VZ |
353 | // Can't use OLE drag and drop in Windows 3.1 because we don't know how |
354 | // to implement UUIDs | |
355 | // GnuWin32 doesn't have appropriate headers for e.g. IUnknown. | |
356 | #undef wxUSE_DRAG_AND_DROP | |
357 | #define wxUSE_DRAG_AND_DROP 0 | |
358 | #endif | |
359 | ||
360 | // Only WIN32 supports wxStatusBar95 | |
361 | #if !defined(__WIN32__) && wxUSE_NATIVE_STATUSBAR | |
362 | #undef wxUSE_NATIVE_STATUSBAR | |
363 | #define wxUSE_NATIVE_STATUSBAR 0 | |
364 | #endif | |
365 | ||
366 | // Salford C++ doesn't like some of the memory operator definitions | |
367 | #ifdef __SALFORDC__ | |
368 | #undef wxUSE_MEMORY_TRACING | |
369 | #define wxUSE_MEMORY_TRACING 0 | |
370 | ||
371 | #undef wxUSE_GLOBAL_MEMORY_OPERATORS | |
372 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 0 | |
373 | ||
374 | #undef wxUSE_DEBUG_NEW_ALWAYS | |
375 | #define wxUSE_DEBUG_NEW_ALWAYS 0 | |
376 | ||
377 | #undef wxUSE_THREADS | |
378 | #define wxUSE_THREADS 0 | |
379 | ||
9bd6a503 VZ |
380 | #undef wxUSE_OWNER_DRAWN |
381 | #define wxUSE_OWNER_DRAWN 0 | |
382 | #endif | |
383 | ||
384 | #ifdef __TWIN32__ | |
385 | ||
386 | #undef wxUSE_THREADS | |
387 | #define wxUSE_THREADS 0 | |
388 | ||
9bd6a503 VZ |
389 | #undef wxUSE_ODBC |
390 | #define wxUSE_ODBC 0 | |
391 | ||
392 | #endif | |
393 | ||
448af9a4 JS |
394 | // BC++/Win16 can't cope with the amount of data in resource.cpp |
395 | #if defined(__WIN16__) && defined(__BORLANDC__) | |
396 | #undef wxUSE_WX_RESOURCES | |
397 | #define wxUSE_WX_RESOURCES 0 | |
154f22b3 JS |
398 | |
399 | #undef wxUSE_ODBC | |
400 | #define wxUSE_ODBC 0 | |
448af9a4 JS |
401 | #endif |
402 | ||
0cdf89ab | 403 | #if defined(__WXMSW__) && defined(__WATCOMC__) |
0cdf89ab JS |
404 | #undef wxUSE_LIBJPEG |
405 | #define wxUSE_LIBJPEG 0 | |
406 | #endif | |
407 | ||
9bd6a503 VZ |
408 | #if defined(__WXMSW__) && !defined(__WIN32__) |
409 | ||
8fb3a512 JS |
410 | #undef wxUSE_SOCKETS |
411 | #define wxUSE_SOCKETS 0 | |
412 | ||
9bd6a503 VZ |
413 | #undef wxUSE_THREADS |
414 | #define wxUSE_THREADS 0 | |
415 | ||
750b78ba JS |
416 | #undef wxUSE_TOOLTIPS |
417 | #define wxUSE_TOOLTIPS 0 | |
418 | ||
0e528b99 JS |
419 | #undef wxUSE_SPINCTRL |
420 | #define wxUSE_SPINCTRL 0 | |
421 | ||
422 | #undef wxUSE_SPINBTN | |
423 | #define wxUSE_SPINBTN 0 | |
424 | ||
1044a386 JS |
425 | #undef wxUSE_LIBPNG |
426 | #define wxUSE_LIBPNG 0 | |
427 | ||
428 | #undef wxUSE_LIBJPEG | |
429 | #define wxUSE_LIBJPEG 0 | |
430 | ||
83b1bfaa GRG |
431 | #undef wxUSE_GIF |
432 | #define wxUSE_GIF 0 | |
1044a386 JS |
433 | |
434 | #undef wxUSE_PNM | |
435 | #define wxUSE_PNM 0 | |
436 | ||
437 | #undef wxUSE_PCX | |
438 | #define wxUSE_PCX 0 | |
439 | ||
9bd6a503 VZ |
440 | #endif |
441 | ||
9bd6a503 VZ |
442 | #endif |
443 | // _WX_SETUP_H_ |