If compiling from CVS, please copy include/wx/univ/setup0.h
to include/wx/univ/setup.h before following these steps.
-a) Using Visual C++ 6.0
+a) Using Visual C++ 6.0/7.x
- Simply open the src/wxUniv.dsw file in DevStudio and build it.
- Then open the widgetsUniv.dsp file in samples/widgets to build
- the widgets sample.
+ Follow wxMSW instructions but make sure to choose one of the "Universal"
+ configurations before building.
b) Cygwin
Please refer to the Unix section below
+** the instructions may be out of date as for wxWindows 2.5.1+ **
+
c) Other compilers
Borland:
in the wxwindows\src\msw directory run
Note that you can use the wxUniversal classes, wxMSW and MicroWindows (from
Century Software) to build a different variant of wxUniversal than that
documented here. Please see docs/univ/readme.txt for further information.
+Note that this port is not up-to-date and probably needs work
+to compile.
+
+Note that by default, wxUniv under MSW uses PostScript printing,
+not Windows printing. To change to Windows printing, set
+wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW to 0 in include/wx/univ/setup.h
+before compiling.
3. Installing under Unix
------------------------