home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pstoedit.zip / source.zip / pstoedit.2.50 / src / bc5gui / readme.txt < prev    next >
Text File  |  1997-01-02  |  1KB  |  23 lines

  1. This directory contains the sources for the GUI to pstoedit.
  2. It can be compiled with Borland C++ only. The sources are
  3. released under the terms of the GNU General Public License.
  4. See the file copying from the pstoedit main directory for more
  5. details.
  6.  
  7. The sources in this directory are copyrighted by Jens Weber, wr@lzh1.lzh.de.
  8.  
  9. There are two .ide (Borland Projects Files) in here.
  10. *    winp2ein.ide is a version, where pstoedit is linked into the
  11.     GUI program as "subroutine". This version contains a yet unsolved
  12.     problem. For some reason, all files created by the program get
  13.     created in read-only mode. This causes problems when running
  14.     the program more the once, since even the tmp-files are read-only 
  15.     and thus are not deleted and therefore cannot be overwritten 
  16.     by a second run of the program. 
  17.     If you find out what causes this behaviour, let us know.
  18.  
  19. *    winp2eex.ide is a version, where pstoedit is called as an external
  20.     program. Therefore you need build pstoedit as well and install
  21.     it somewhere in your PATH.
  22.  
  23.