comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Problem with MK_LIBRARY_HELP in VMS IDL 3.0.0
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Problem with MK_LIBRARY_HELP in VMS IDL 3.0.0 [message #668] Thu, 21 January 1993 13:23
landsman is currently offline  landsman
Messages: 93
Registered: August 1991
Member
I have found that the MK_LIBRARY_HELP.PRO procedure supplied in the V3.0.0
User Library does not work under VMS IDL. (This procedures allows users
to create their own .HELP files.) The created .HELP file has
incorrect byte offets associated with each procedure name, so that one does
not always get the help that one asked for. The problem is caused by
the additional control characters introduced by VMS.

I have a fixed version of MK_LIBRARY_HELP which I will send to anyone who wants
it, but I'm not sure it is the "best" way to fix it. The two changes I made
were

(1) The temporary file USERLIB.TXT is opened (on the unit txt_file) with
the /STREAM keyword

(2) Since the EOF command does not work with /STREAM files, I use the
On_IOerror command instead of EOF to flag the end of file.

--Wayne Landsman landsman@stars.gsfc.nasa.gov
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: PV-Wave X output directed into another X Application
Next Topic: PV-WAVE Filled Contours

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 21:26:28 PDT 2025

Total time taken to generate the page: 0.00700 seconds