]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/univ/readme.txt
fixing right click
[wxWidgets.git] / docs / univ / readme.txt
index ee7322c12972f03e48bcbcef855291d9a76f30d4..c1400acdd42203c3489279e93395401fac6fa35f 100644 (file)
@@ -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
 ------------------------