home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / brea / boss.inf < prev    next >
Text File  |  1988-07-21  |  6KB  |  97 lines

  1.                               The Window BOSS
  2.                                  Overview
  3.  
  4.      The Window BOSS is one of the most powerful and cost-effective 
  5.      products available to enhance and accelerate the development of 
  6.      system and applications programs in the "C" language.  The BOSS 
  7.      will let you create programs that have the same look and feel as 
  8.      top sellers like Lotus 1-2-3, Sidekick, dBASE III, and Framework!  
  9.      Pop-up windows, pull down menus, status lines, and in context on-
  10.      line help functions can be easily implemented.  Your applications 
  11.      can drag windows around the screen and automatically sense the 
  12.      type of video card installed.  All of this without snow, flicker, 
  13.      or delay! 
  14.      
  15.      The BOSS's assistant, The Data Clerk, is always on call to handle 
  16.      the tasks associated with data entry.  Whether they be as simple 
  17.      as fetching a line of text or as complicated as coordinating 
  18.      filling out a form, the Data Clerk will be there to assist, and 
  19.      if necessary, validate precious information as it is entered.
  20.  
  21.      Tim Parker's column in the February 87 issue of Computer Language 
  22.      stated "the ease of use will cause some programmers to go 
  23.      overboard with windows", and "if you are a die-hard C programmer 
  24.      looking for a useful, license-free product, this is it".
  25.  
  26.      Hardin Bothers' column in the June 88 issue of PC Resource stated 
  27.      "Within its domain, The Window BOSS is as useful and as powerful 
  28.      as any C library I've used". "The Window BOSS owes much of its 
  29.      power to its uncluttered organization. Although the product 
  30.      supports five C Compilers - Microsoft C, Lattice C, Borland's 
  31.      Turbo C, Computer Innovations CI86, and Datalight C - it does it 
  32.      with a minmum of fuss." Post review note from the author - The 
  33.      BOSS now also supports Mix Power C!!
  34.  
  35.      The BOSS is currently being used by such notables as IBM, ATT, 
  36.      UNISYS, Cray Research, ATT Bell Labs, Lockheed, Zenith, Jet 
  37.      Propulsion Lab, Internal Revenue Service, US Navy, US Airforce, 
  38.      NASA, Honeywell, Liton,  UpJohn,  Hughes Aircraft, Contel, ARCO, 
  39.      Penril Data, Gandalf Data, National Football League (NFL), 
  40.      Battelle Memorial Institute, Brown & Sharpe, Olan Mills,  DCA, 
  41.      Attachemate, Datalight, Hayes, Boeing, McDonnald Douglas, The 
  42.      Travelers, Dow Corning, Coca Cola, numerous universities, and 
  43.      discriminating "C" programmers around the world!  Haven't you 
  44.      waited long enough?
  45.  
  46.                          Technical Considerations
  47.     
  48.      The BOSS is written in meticulously commented and structured "C" 
  49.      with a minimal amount of assembly language.  Best of all, The 
  50.      Window BOSS is Shareware!! But if that isn't enough, you only 
  51.      need to acquire one copy of The BOSS regardless of the compiler 
  52.      you are currrently using since libraries for all the supported 
  53.      compilers are included as part of the package!  Who else protects 
  54.      your software investment so well? 
  55.  
  56.        Stats:
  57.  
  58.           C Compilers:        Microsoft (MSC & QC), Borland , Datalight
  59.                               CI86, Mix Power C, Lattice
  60.           Assembler:          Microsoft MASM compatiable.                      
  61.           Window Types:       Normal, Exploding, Borderless
  62.           Border Characters:  Default or User Defined
  63.           I/O Method:         BIOS or Direct, printf compatiable
  64.           Maximum windows:    limited only by compiler and memory
  65.           Maximum window:     full screen
  66.           Minimum window:     1 row 1 column (borderless)
  67.                               3 rows 3 columns (framed)
  68.           Minimum fields:     none
  69.           Maximum fields:     limited only by compiler and memory
  70.           Memory models:      Small, Compact, Medium, and Large.
  71.           Compatability:      IBM PC/XT/AT, PS/2, MDA,CGA,EGA,VGA
  72.  
  73.        Functions:
  74.    
  75.           v_border (1)   v_cls (1)      v_getch (1)    v_hidec (1)
  76.           v_kflush (1)   v_kstat (1)    v_locate (1)   v_rcpos (1)
  77.           v_rcvs (1)     v_sapd (1)     v_sapu (1)     v_sctype (1)
  78.           v_smode (1)    v_spage (1)    v_wca (1)      v_wtty (1)
  79.           wn_activate(2) wn_boxset (2)  wn_close (2)   wn_clr (2)
  80.           wn_color (2)   wn_dborder (2) wn_delrow (2)  wn_dma (2)
  81.           wn_dmode (2)   wn_dtext (3)   wn_exit (2)    wn_fixcsr (2)
  82.           wn_frmcls (3)  wn_frmget (3)  wn_frmopn (3)  wn_gbool (3)
  83.           wn_gdate (3)   wn_gets (3)    wn_gfloat (3)  wn_gint (3)
  84.           wn_glong (3)   wn_gphone (3)  wn_gtext (3)   wn_gtime (3)
  85.           wn_guint (3)   wn_iemsg (3)   wn_ihmsg (3)   wn_init (2)
  86.           wn_input (3)   wn_insrow (2)  wn_locate (2)  wn_move (2)
  87.           wn_natrib (2)  wn_open (2)    wn_printf (2)  wn_putc (2)
  88.           wn_putca (2)   wn_puts (2)    wn_putsa (2)   wn_restore (2)
  89.           wn_save (2)    wn_scroll (2)  wn_sync (2)    wn_titla (2)
  90.           wn_title (2)   wn_wrap (2)    _getca (1)     _putca (1)
  91.           _vidblt (1)
  92.  
  93.           (1) Low level primative (used by level 2 and 3 functions)
  94.           (2) Windowing Function - normal programmer interface point
  95.           (3) Data Entry Function - normal programmer interface point
  96.  
  97.