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