home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / mail / pmdf / 2470 < prev    next >
Encoding:
Internet Message Format  |  1992-10-14  |  1.6 KB

  1. Path: sparky!uunet!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: RE: API kit availability
  4. Message-ID: <01GPXWIU5VMA95MLQC@INNOSOFT.COM>
  5. From: "Daniel C. Newman" <dan@innosoft.com>
  6. Date: 14 Oct 1992 14:05:10 -0700 (PDT)
  7. Organization: The Internet
  8. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  9. Resent-Date: 14 Oct 1992 14:05:10 -0700 (PDT)
  10. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  11. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  12. Resent-Message-ID: <01GPXWJQHAC28WXOGZ@YMIR.CLAREMONT.EDU>
  13. X-Vms-To: IN%"DMPM@mc.duke.edu"
  14. X-Vms-Cc: IPMDF
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  17. Content-Transfer-Encoding: 7BIT
  18. Lines: 21
  19.  
  20. > 1) The documented format for PMDF_debug is (enqueue_debug, dequeue_debug)
  21. >    but I find it to work the opposite of this.
  22.  
  23. I just checked the actual source and it is indeed as documented.  There was,
  24. however, a problem in the C version, PMDFdebug, in which dequeue debugging was
  25. not set and enqueue debugging was first set to the value of the enqueue_debug
  26. argument and then set to the value of the dequeue_debug value.  I've fixed this
  27. in the latest version of the API.  In the meantime, call PMDF_debug and not
  28. PMDFdebug.  Pass a 0 for false and a -1 for true.
  29.  
  30. > 2) I get some link warnings.  Here is output of link:
  31.  
  32. Arggg.  The link command in the documentation is wrong.  It should read
  33.  
  34.     $ link program,pmdf_root:[api]api/lib,pmdf_root:[exe]pmdfshr_link/opt,
  35.                    pmdf_root:[exe]ident/opt,pmdf_root:[exe]pmdflib/lib
  36.  
  37. If this doesn't do the trick, let me know.  This entire link command will
  38. change come PMDF V4.2.
  39.  
  40. Dan
  41.