home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / basic / blib2.txt < prev    next >
Text File  |  1995-07-14  |  976b  |  28 lines

  1.             Upload-Info
  2.             -----------
  3. Title:            BlibII
  4. Short: BasicLibrary +  Linker:Basic+Libraries->Executable
  5. Author:            Ian Palmer and Tom Hughes
  6. Version:        3.00
  7. Date of Release:    04/03/93
  8. Keyword:        Library
  9. Status:         see Licence
  10. Size (unarchived):    220 KB
  11. Archiver used:        spark
  12.  
  13. ------------------------------------------------------------------
  14. Short Description:
  15. BlibII is basically in two parts, a Basic linker and a Basic library.
  16.  
  17. The BlibII Linker - allows you to 'link' Basic programs with libraries of
  18. procedures and functions. This has several advantages:  it creates a single
  19. Basic file which can be compressed or compiled, it is smaller as only the
  20. functions/procedures that are needed are included and it will run faster.
  21.  
  22. The BlibII Library contains quite a collection of routines to provide the
  23. following:  Dynamic memory allocation, menu construction, template file
  24. support, windows, events, icons and general OS stuff.  The library is intended
  25. to be user-expandable.
  26.  
  27.  
  28.