home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / MISC / THELPPAT.ZIP / README < prev    next >
Encoding:
Text File  |  1990-08-02  |  1.8 KB  |  25 lines

  1.      ╔════════════════════════════════════════════════════════════════════╗
  2.      ║  Sorry, folks, Borland really botched it this time!                ║
  3.      ╟────────────────────────────────────────────────────────────────────╢
  4.      ║  THELP used to be pretty cool, have lots of features, and take     ║
  5.      ║  only 8k conventional memory if EMS were used.  It is now 25.5k    ║
  6.      ║  no matter what, is a little clumsy and has fewer features.  I'm   ║
  7.      ║  glad they have a TASM help file, but they screwed a lot up in     ║
  8.      ║  their latest package.  Also, apparently their run-time libraries  ║
  9.      ║  have some bugs.                                                   ║
  10.      ╟────────────────────────────────────────────────────────────────────╢
  11.      ║  This .ZIP file contains a patch for THELP to allow you to load    ║
  12.      ║  two copies of THELP simultaneously, one with the TASM help file   ║
  13.      ║  and one with the TC++ help file.  It also contains an assembly    ║
  14.      ║  source code module to replace the Borland findfirst() function,   ║
  15.      ║  which incorrectly sets _doserrno upon completion.  It gets set    ║
  16.      ║  to 87 regardless of what error occured, or even IF an error       ║
  17.      ║  occured.  The new routine is called FindFirst() and takes         ║
  18.      ║  exactly the same calling sequence as findfirst().  Read the       ║
  19.      ║  comments in the source code.  Both source and object code for     ║
  20.      ║  four memory models are included.  The TINY and HUGE memory        ║
  21.      ║  models are not included because the TINY model uses the same      ║
  22.      ║  code as the SMALL model, and the HUGE model uses the same code    ║
  23.      ║  as the LARGE model.                                               ║
  24.      ╚════════════════════════════════════════════════════════════════════╝
  25.