home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / 2QSRC.LZH / README.DOC < prev   
Text File  |  1991-05-06  |  576b  |  15 lines

  1.  
  2. Important:  This source code assumes that the definition of EXPENTRY
  3.             has a code attribute of _loadds.  Some early toolkits
  4.             (IBM's, anyway) did not define it this way.  Check your
  5.             OS2DEF.H,  it should look like this:
  6.  
  7.                  #define EXPENTRY pascal far _loadds
  8.  
  9. Since this program uses an MLE (Multi Line Entry) conrol,  it must
  10. be compiled with an IBM/MS 1.2+ toolkit,  and executed under OS/2
  11. 1.2+.
  12.  
  13. If you have MS C 6.0,  you don't need a toolkit to compile this
  14. program,  provided you don't change an *.RC file.
  15.