T.R | Title | User | Personal Name | Date | Lines |
---|
194.1 | UISSHR comes with VMS, not with VWS | AGBEAR::HORNER | A.G.Bear, Low tech teddy bear | Tue Feb 14 1989 09:13 | 8 |
| With regard to the UISSHR.EXE file, it comes with VMS, not with VWS. I
suspect that your VAXstation used to have VWS on it, and someone got a
little overzealous when housecleaning. I'm not sure why the debugger
went looking for it, but since it is a VMS supplied file, the debugger
has every right to expect that its there.
Dave
|
194.2 | What I've learned about UISSHR... | WAYLAY::GORDON | The shimmer of distance... | Tue Feb 14 1989 09:50 | 19 |
| VMS ships with a set of stub routines for UIS (and CDD, and
probably some other things I don't know about.) UIS$PRESENT at
least, is one that is assumed to be available by a fair amount of
software. If you install VWS, it replaces the stub routines with
real routines.
The debugger uses UISSHR initially to see if it should fire
up another window for your output. [simplification]
UISSHR.EXE must be INSTALLed if you want to ANALYZE/PROCESS
image dumps for images installed with privileges, or linked against
protected images. [This had me going for a while...]
[Disclaimer: I have nothing to do with VMS, VWS, or the Debugger
groups, and all of this material was gleaned from Notes at one time
or another.]
--Doug
|
194.3 | Debugger does look at UISSHR | VIRRUS::DIEWALD | Windows and murders and orcs, oh my! | Wed Feb 15 1989 14:06 | 7 |
| .1 and .2 are correct. The Debugger needs UISSHR, even on a DECwindows
system, even if the routines are only stubs. UISSHR should be on your
system as part of VMS.
Jeff Diewald
VAX Debugger
|