home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_50 / PVIC.ZIP / README.TXT < prev    next >
Text File  |  1993-04-21  |  1KB  |  29 lines

  1. PVIC is a Portable VI Clone derived from STEVIE 3.69B. It has been written 
  2. in Kernighan and Ritchie C, so it compiles on both old and modern C compilers.
  3.  
  4. The original STEVIE 3.69B I got was written for MS-DOS systems, and did 
  5. contain many non portable things like BIOS calls. I have removed everything 
  6. from STEVIE 3.69B I considered non-portable, and I did rewrite the I/O. I 
  7. added code to read termcap files. I gave many variables and functions from the 
  8. original STEVIE 3.69B more understandable names.
  9.  
  10. There are some incompatibilities between different operating systems. These 
  11. incompatibilities are resolved in the files LOCDEFS.H and LOCFUNCS.H. To port 
  12. PVIC to another operating system, you only have to modify these files. 
  13.  
  14. The code provided is for MS-DOS machines and been compiled succesfully
  15. with the Microsoft C 7.0 compiler. However, I do not recommend using 
  16. PVIC on MS-DOS machines, since there are commercial MS-DOS VI clones available,
  17. which are more complete and faster. PVIC was created to be portable. 
  18.  
  19. I hope PVIC will provide for those who have to work on many different 
  20. platforms, and want to use the same editor on every platform. I encourage
  21. everybody to copy and/or port PVIC.
  22.  
  23.                 Frits Wiarda
  24.                 De Wildkamp 28
  25.                 8162 GJ Epe
  26.                 Holland
  27.                 e-mail 71553.3104@compuserve.com
  28.  
  29.