]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/README
Move [GS]etDefaultItem up to wxWindow
[wxWidgets.git] / utils / framelayout / README
index 367d79507b8d04238398bc89c76967b266f7bc50..de3308fb7921c22cad3e97187510e02806e3fb87 100644 (file)
@@ -1,5 +1,19 @@
 This is Aleksandras Gluchovas' framelayout library.
 
 This is Aleksandras Gluchovas' framelayout library.
 
+THIS VERSION OF THE LIBRARY IS NOW REPLACED BY THE CODE IN 
+
+    wxWindows/contrib/src/fl
+
+AND IS PART OF THE CONTRIB HIERARCHY STARTING WITH wxWindows v2.3.2
+
+ALL OTHER INFORMATION BELOW THIS MAY OR MAY NOT APPLY TO THE LATEST
+VERSION.  PLEASE REFER TO THE DOCUMENTS INCLUDED IN THE NEW DIRECTORY
+STRUCTURE FOR THE LATEST INFO.
+
+
+
+
+
 Please read this file for information on compiling and reporting bugs.
 
 -----------------------------------------------------------------------------
 Please read this file for information on compiling and reporting bugs.
 
 -----------------------------------------------------------------------------
@@ -22,6 +36,10 @@ trivial to adapt this for other systems that use a configure build.
 YOU NEED TO RUN THE SAMPLES FROM THIS BITMAP DIR otherwise the binaries
 can't find their pics and horrible things will ensue.
 
 YOU NEED TO RUN THE SAMPLES FROM THIS BITMAP DIR otherwise the binaries
 can't find their pics and horrible things will ensue.
 
+<03-12-99 Russell>
+/samples/demo/fl_demo no longer needs to be run from the bitmap dir under
+windows, it now uses windows resources.
+
 -----------------------------------------------------------------------------
 BUILDING
 -----------------------------------------------------------------------------
 -----------------------------------------------------------------------------
 BUILDING
 -----------------------------------------------------------------------------
@@ -41,6 +59,15 @@ for Windows systems:
 The src directory contains a few untested makefiles. Pick one, and best of
 luck! 
 
 The src directory contains a few untested makefiles. Pick one, and best of
 luck! 
 
+NOTE: src/Makefile.vc has been tested and works well. (Russell)
+
+<Added 3-11-99>
+The samples directory and subdirectories contain (tested) Makefile.vc files 
+for use with Visual C++. Move to the samples directory and type 
+nmake -f Makefile.vc to build. Alternatively you can enter each sample
+directory (demo,sample, etc) and run the command there to build the 
+individual sample.
+
 -----------------------------------------------------------------------------
 BUGS
 -----------------------------------------------------------------------------
 -----------------------------------------------------------------------------
 BUGS
 -----------------------------------------------------------------------------