home *** CD-ROM | disk | FTP | other *** search
/ ftp.alaska-software.com / 2014.06.ftp.alaska-software.com.tar / ftp.alaska-software.com / acsn / winfax.txt < prev    next >
Text File  |  2004-08-23  |  1KB  |  39 lines

  1. WINFAX() Class for XBase++
  2. 8/5/2004 12:25PM
  3. Version 1.0
  4.  
  5. Author: Charles Freeman
  6.     cfreeman@alum.mit.edu
  7.  
  8. SHORT DESCRIPTION
  9.  
  10. Wrappers for WINFAX.DLL, part of the Windows API for Win2K and WinXP. Allows you to drop files into the
  11. fax queue for Microsoft Fax from within an Xbase++ application
  12.  
  13.  
  14. RIGHTS/RESTRICTIONS
  15.  
  16. 1. All source code is Copyright ╕ 2004 Charles Freeman and Markus Reuscher.
  17. All rights reserved, except as specifically indicated in this document.
  18. 2. As an Xbase++ user, you are granted the right to modify, compile and link
  19. the code for end- user application work, under the following conditions:
  20. a.    You do not redistribute the code without permission from the author.
  21. b.    All file headers are kept intact.
  22. c.    The source code and/or object modules are not offered for sale.
  23. d.    You do not port the code to another language, for other than personal use.
  24. e.    You do not offer a substantially competitive language product for sale or distribution.
  25. f.    You do not use the code in any kind of general purpose database management, reporting
  26. or computer language application.
  27. g.    You accept complete responsibility for the use of the code and any effects that it
  28. might have.
  29.  
  30. CREDITS
  31.  
  32. Many thanks to Markus Reuscher for helping me through the WinAPI maze.
  33.  
  34. REQUIREMENTS
  35.  
  36. Requires BAP, also on ACSN, and XbTools++.
  37.  
  38.  
  39.