home *** CD-ROM | disk | FTP | other *** search
- You have received the Introductory Package of the TEGL Windows
- Toolkit II for Turbo Pascal V 5.5.
-
- This package is designed to let you really try out most of the
- features of the Toolkit without having to buy it.
-
- You may create and evaluate programs using this Introductory Package
- but you may not sell or distribute them. To do that you must purchase
- a commercial version. You may, however distribute the COMPLETE set
- of files in this package provided no charge is made other than a
- nominal charge for copying.
-
- Here is a list of differences between the Intro Pack and the
- Commercial Version.
-
- Intro Pack Commercial
-
- * 7 fonts * 27 fonts
- * available ram * EMM and virtual memory
- * no source code * complete source code
- including assembly language
- * cannot distribute * no royalties, can freely
- programs distribute your programs
-
- The documentation provided on the disk is the same as what is
- provided with the commercial version. If you decide to order
- the commercial version then you won't have to print out a new
- copy. These following items in the documentation are not in the
- Introductory Package:
-
- * Only the icon editor is provided, not the icon library
- management programs.
- * Chapter on Virtual Memory. Only the heap management routines
- are included.
- * SVGA800x600x16 - this graphics mode not provided.
- * Only the fonts font07, font09, font14, future, oenglish, pc24
- and pc9 are supplied.
-
-
- Most of the files in this package are in a compressed form.
- The installation program extracts the files onto your hard
- disk.
-
- Programs supplied in EXE format have been compressed with a
- public domain utility call LZEXE. This program is available
- on many bulletin boards and compuserve.
-
- FILES supplied in this package
- ----------------------------------------------------------------
- iconedit exe - icon editor program (see chapter 3)
- install exe - installtion program for hard drive (see below)
- list com - program to read text files (and documentation)
- with.
- readme txt - you know what this is
- samprogs zip - program examples
- tegl exe - demo program
- tegldoc zip - documentation
- tegldisk.prn - the manual
- printdoc.bat - batch file to print the manual
- order.doc - order form for toolkit / games
- toolkit.doc - more info on the toolkit
- teglinfo.doc - info on the company
-
- tpu zip - all thats required to start programming GUI style
-
-
-
- INSTALL drive:[path]
- ----------------------------------------------------------------
-
- drive must be a hard drive and have 1 megabyte of
- free space.
-
- If you do not specify a path then \TEGLII is used. Exe,
- doc and exam sub-directories are created.
-
- After installation you will need the crt.tpu and graph.tpu to
- compile programs with the toolkit.
-
- COMPILING with the integrated environment.
- ----------------------------------------------------------------
- Since graphics programs require so much memory it is unlikely
- that you will be able to run a complex program from within the
- environment but many programs can be compiled and linked within
- it.
-
-
- BGI Drivers
- ------------------------------------------------------------------
-
-
- The BGI drivers are in the tpu files DRVCGA.TPU, DRVHERC.TPU,
- DRVEVGA.TPU. You only need to list the ones required in the uses
- statement in your main program to link it in. If you do not link
- them in or have the BGI driver available. If not the program will
- abort with the message "SetGraphicMode Error".
-