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