home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sffdk10b.zip / sample / rexxcall / oldlib / readme.txt < prev    next >
Text File  |  2001-03-05  |  592b  |  14 lines

  1. This library can be used to create FDK 1.0 support layer.
  2. It exports Init10, Config10, Write10 and uses Init11, Config11 and Write11
  3. You can use any or all of it's utilities by adding one or more of the next
  4. lines to the exports section of the definition file of your FDK.DLL and
  5. linking oldlib.lib
  6.         Init10      @200 NONAME
  7.         Config10    @201 NONAME
  8.         Write10     @202 NONAME
  9.  
  10. Note 1: xxx11 external is used only if xxx10 is linked.
  11. Note 2: It does not call Done11 to free resources.
  12. Note 3: For conditions of distribution and use, see license in license.txt
  13.  
  14.