X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea5ef76f071d515eb634c5e2092f509d8d341e1b..92a7272fdb8da914f8604c2b66a72a595b09ca77:/docs/univ/readme.txt diff --git a/docs/univ/readme.txt b/docs/univ/readme.txt index ee7322c129..c1400acdd4 100644 --- a/docs/univ/readme.txt +++ b/docs/univ/readme.txt @@ -48,16 +48,17 @@ toolkit. 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 @@ -73,6 +74,13 @@ compiler you use. 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 ------------------------