home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / FSC.ZIP / FSC-0021.ZZZ < prev    next >
Text File  |  1988-08-03  |  2KB  |  37 lines

  1.  
  2. Message #102
  3. Date: 01 Aug 88 15:19:00
  4. From: Rick Moore on 132/101, BBS Source Ar of New England-N, Nashua NH
  5. To:   All on 105/6, DawgGone Disg of VanPort Net, Portland OR
  6. Subj: VFOSSIL errors
  7.  
  8. A couple of clarifications to the FSC-0021 document,  until a new one comes 
  9. out.  First,  there is an error in line 361,  the first parameter to 
  10. VioWriteTTY.  It should be a pointer (as the text says),  not a word.  
  11. Second,  some confusion caused by my use of the word "reentrant" in the 
  12. desription of VioWriteTTY.  The two forms of VioWriteTTY (depending on the 
  13. state of the ANSI flag) are exactly equivalent to FOSSIL calls 13h and 15h.  
  14. If ANSI is true,  then use of MS/DOS and ANSI.SYS should be assumed.  If 
  15. ANSI is false,  then use of BIOS int 10h,  function 0Eh should be assumed.  
  16. True reentrancy is not required (and given memory management with MS/DOS is 
  17. a pipe-dream anyway).  Thanks to Bob Hartman for pointing these out to me.  
  18. I encourage everyone interested in implementing a VFOSSIL or using one in a 
  19. program to file-request "VFOSSIL" from 115/333 (Randy Bush also has it as 
  20. FSC-0021.ARC on 105/6).  Please inform me of any typo's or logic errors 
  21. a.s.a.p.,  so that I can get out a corrected version.  Also,  please don't 
  22. waste your time suggesting major logic changes in the way VFOSSIL is 
  23. designed.  I also could do it better,  but I (and the person who suggested 
  24. it to me) feel that upward compatibility with OS/2's VIO API is a major 
  25. plus for VFOSSIL as it is defined.  And to be truthful,  MicroSoft seems to 
  26. have (accidently,  I'm sure) come up with a pretty decent design for 
  27. machine-independent,  memory mapped video.
  28.  
  29.  
  30.  
  31. --- QuickBBS v2.02
  32.  * Origin: Home Of The FOSSIL Spec (1:115/333)
  33. SEEN-BY: 11/0 13/9 16/23 105/6 106/506 2000 107/312 109/639 115/333 
  34. SEEN-BY: 123/2 124/108 132/101 113 141/491 150/603 161/2 265/7 
  35. SEEN-BY: 321/202 322/1 
  36.  
  37.