home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MulAware (MultiTasker Aware) 3.30
-
- Copyright (c) 1991,1992 A.B.S. - ALL RIGHTS RESERVED
-
- Designed & Written by Jack Ridgway
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1
-
- MulAware 3.30 Copyright (c) 1991,1992 A.B.S. - ALL RIGHTS RESERVED
-
-
-
-
- CONTENTS
-
- Disclaimer ..................................................... 3
-
- Freeware Agreement ............................................. 3
-
- Distribution Archive Contents .................................. 3
-
- What is MulAware ............................................... 3
-
- How to Use MulAware ............................................ 4
-
- Registration ................................................... 4
-
- Technical Support .............................................. 5
-
- Acknowledements ................................................ 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2
-
- MulAware 3.30 Copyright (c) 1991,1992 A.B.S. - ALL RIGHTS RESERVED
-
-
-
-
- DISCLAIMER
-
- Users of MulAware must accept this disclaimer of warranty:
- "MulAware is supplied as is. The author disclaims all warranties,
- expressed or implied, including, without limitation, the warranties
- of merchantability and of fitness for any purpose. The author
- assumes no liability for damages, direct or consequential, which
- may result from the use of MulAware."
-
-
- FREEWARE AGREEMENT
-
- MulAware is a "freeware program" and is provided at no charge to
- the user. Feel free to share it with your friends, but please do
- not give it away altered or as part of another system. MulAware
- may NOT be used in a commercial environment without purchasing the
- source code from A.B.S. A BBS operated for profit IS a commercial
- environment; however, a subscription system not operated for profit
- is not considered a commercial environment in relation to this
- agreement.
-
- Anyone distributing MulAware for any kind of remuneration must
- first contact A.B.S. at the address below for authorization. This
- authorization will be automatically granted to distributors
- recognized by the (ASP) as adhering to its guidelines for shareware
- distributors, and such distributors may begin offering MulAware
- immediately; however, A.B.S. must still be advised so that the
- distributor can be kept up-to-date with the latest version of
- MulAware.
-
-
- DISTRIBUTION ARCHIVE CONTENTS
-
- You will find the following files in TPMUL310.*
-
- MULAWARE.TPU - TP 6.0 MulAware Unit
- MULAWARE.DOC - MulAware Documentation
- MULAWARE.INT - Interface and Documentation on Using MulAware
- MULTEST.PAS - Source Code for MulTest
- REGISTER.FRM - A.B.S. Registration Form
- FILE_ID.DIZ - BBS Description of MulAware
-
-
- WHAT IS MulAware?
-
- MulAware is a Turbo Pascal 6.0 Unit to make your programs fully
- MultiTasker Aware.
-
-
-
-
-
- Page 3
-
- MulAware 3.30 Copyright (c) 1991,1992 A.B.S. - ALL RIGHTS RESERVED
-
-
-
-
- MulAware currently supports the following multitaskers:
-
- Windows 3.x
- DESQview 2.xx
- DoubleDOS
- VMiX 2.xx
- MultiDos Plus 4.xx
- OS/2 1.3 and 2.0
- DOS 5.0 Task Switcher and Compatibles
- TaskView, TopView, OmniView, & Compatibles
-
-
- HOW TO USE MulAware
-
- Since this is a programmer's tool, I'm going to assume you have
- decent knowledge of computers in general, and Turbo Pascal in
- particular. Simply place MulAware in your USES statement.
-
- USES
- Crt,
- MulAware,
- Dos;
-
- See the enclosed MULAWARE.INT for complete documentation on the
- Types, Variables, Functions, and Procedures in MulAware.
-
- The enclosed MULTEST.PAS is a sample program that tests for all
- the supported multitaskers, and returns an errorlevel based on
- what it finds.
-
-
- REGISTRATION
-
- MulAware is distributed as FreeWare. This is a contribution to all
- the shareware/freeware/pd programmers, to whom I certainly owe a
- lot. Please read the DISCLAIMER & FREEWARE AGREEMENT earlier in
- the documentation for more information.
-
- Source code is available from A.B.S. Please see the enclosed
- registration form for information and pricing.
-
-
-
-
-
-
-
-
-
-
-
-
- Page 4
-
- MulAware 3.30 Copyright (c) 1991,1992 A.B.S. - ALL RIGHTS RESERVED
-
-
-
-
- TECHNICAL SUPPORT
-
- A.B.S.
- P.O. Box 55647
- Jackson, MS 39296-5647
- 601-362-7599 9am-6pm CST
-
- The Big Bang Theory BBS
- 601-366-1664 (HST/v.32bis)
-
- CIS 70740,450
- SL_Net 250:302/532
- FidoNet 1:3632/4
- Internet 70740.450@compuserve.com
-
-
- ACKNOWLEDGMENTS
-
- * Turbo Pascal is a registered trademark of Borland International
- * OS/2 is a registered trademark of IBM Corporation
- * MS-DOS is a registered trademark of Microsoft Corporation
- * DESQview is a registered trademark of Quarterdeck Office Systems
- * VMiX is a registered trademark of Commercial Software Associates
- * Windows is a registered trademark of Microsoft Corporation
- * MultiDos Plus is a registered trademark of Nanosoft Inc.
- * All other programs are (c) and/or (tm) by their respective
- author unless otherwise noted
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 5
-
- MulAware 3.30 Copyright (c) 1991,1992 A.B.S. - ALL RIGHTS RESERVED
-