home *** CD-ROM | disk | FTP | other *** search
- 13 April 1996
-
- This is the first "public" beta release of the Ada 95 Booch Components.
- This reelase (0.4q) contains only the Queue form of the components,
- and is currently limited to the sequential (non-concurrent) forms.
- Future releases will included more functionality and (hopefully) fewer
- bugs. For now, the components can be downloaded from
- ftp.dfw.net://pub/users/dweller. The file will be named
- bcDDMMYY.tar.gz (where DD=Day, MM=Month, YY=Year). For users that are
- running Microsoft(tm) DOS below version 7 (commonly called "Windows
- 95"), you need to download the file bcDDMMYY.zip.
-
- For a complete list of known bugs, please read the Openbugs.txt file
- found in this release.
-
- Contacting the author:
-
- David Weller is the author of the Ada 95 Booch Components. He can be
- reached via the Internet at dweller@dfw.net.
-
- Submitting a defect report:
-
- If you are submitting a comment related to the Booch Components, please
- be sure to read all installation instructions, open bugs, known defects,
- and the web page (www.ocsystems.com/booch) to ensure your have the
- most current information. Be sure you use an "understandable" subject
- line in your e-mail, the author gets tons of mail for many different
- things.
-
- Caveats:
-
- Every effort will be made to have the most current software available.
- Please bear in mind that the author does this work completely on his
- own time. Releases will be distributed as soon as possible.
-
- ===== Compiling =======
-
- Compiling the sources is simple under GNAT:
- gnatmake queue_test
-
- To turn assertions on, use
- gnatmake queue_test -cargs -gnata
-
- Now, that wasn't so hard, was it?
-
- :End of File:
-