home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18384 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!usc!sdd.hp.com!ncr-sd!crash!orbit!pnet51!chucks
  2. From: chucks@pnet51.orb.mn.org (Erik Funkenbusch)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Amigaguide XRef help
  5. Message-ID: <8878@orbit.cts.com>
  6. Date: 7 Jan 93 09:45:08 GMT
  7. Sender: news@orbit.cts.com
  8. Organization: People-Net [pnet51], Minneapolis, MN.
  9. Lines: 37
  10.  
  11.  
  12. Well, i'm using some second hand information about Crossreferences in
  13. Amigaguide.
  14.  
  15. If I build a cross reference file that looks like this
  16.  
  17.    "AllocAslRequest()"    "asl.guide"   0 1
  18.     .
  19.     .
  20.     .
  21.  
  22. etc..  and use RX "AddLib libs:amigaguide.library, 0, -30)"
  23.                RX "LoadXRef('s:ad.xref')"
  24.  
  25. It loads the cross reference.  Fine.. that works good.  Using XOper i see the
  26. loaded xref semaphore.
  27.  
  28. However, When using the version of Amigaguide supplied with SAS/C 6 (ver
  29. 33.49) the DOCUMENT keyword doesn't seem to use the xref AT ALL.  It works if
  30. i supply the Database name, it will correctly find the correct page.  However,
  31. it won't use the cross reference to produce a database name.  I get the
  32. message "Requires an Amigaguide Database".
  33.  
  34. Yes, i've defined ENV:Amigaguide/PATH to point to my autodoc.guide files
  35. directory, and i can load them fine with just issuing AmigaGuide asl.library. 
  36. However i cannot issue AmigaGuide DOCUMENT AllocAslRequest().
  37.  
  38. Is this a deficiency with the version shipped with SAS/C?
  39.  
  40. I'm currently stuck making an ARexx script that parses the XRef file to find
  41. the database name, then inserting that into the command line.  But this is
  42. defeating the whole purpose and i was wondering if anyone could help.
  43.  
  44. No, I'm not a registered developer, and if giving this information voids your
  45. non-disclosure, nevermind.  But since AmigaGuide is now public, i don't see
  46. why not.
  47.  
  48.