HP3000-L Archives

September 2000, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Duane Percox <[log in to unmask]>
Reply To:
Duane Percox <[log in to unmask]>
Date:
Tue, 5 Sep 2000 09:01:43 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (34 lines)
Glenn asks:

>Is it possible to replace a module in an executable library
>(XL) while the
>module is in use?  Seems to me this used to be possible with SLs.
>
>I'm getting the following error when I try it:
>
>HP Link Editor/iX (HP30315A.06.14) Copyright Hewlett-Packard Co 1986
>
>LinkEd> xl xlmpsu05
>The MAPPING OPTIONS for the file are not correct.  (FILE OPEN
>ERROR -462)
>File System message 462
>ATTEMPT TO OPEN/CREATE FILE "XLMPSU05" FAILED  (LINKERR 1112)

Try this:

copy xlmpsu05,xlnew
do your linkedit changes to xlnew

purgelink xlmpsu05
rename xlnew,xlmpsu05

Existing users of the library will continue to use the old
version. New users will get the new version. When the last
accessor of the library is finished the old version will be
deleted.

Duane Percox    wk: 650.372.0200x608  fax: 650.372.3386
[log in to unmask]
www.qss.com
qwebs.qss.com

ATOM RSS1 RSS2