home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / support / usprndrv / i386 / pscript4.dll / 259 / 43 < prev    next >
Text File  |  1999-10-14  |  2KB  |  31 lines

  1. %%BeginResource: file Pscript_WinNT_VMErrorHandler 5.0 0
  2. /currentpacking where{pop/oldpack currentpacking def/setpacking where{pop false
  3. setpacking}if}if/$brkpage 64 dict def $brkpage begin/prnt{dup type/stringtype
  4. ne{=string cvs}if dup length 6 mul/tx exch def/ty 10 def currentpoint/toy exch
  5. def/tox exch def 1 setgray newpath tox toy 2 sub moveto 0 ty rlineto tx 0
  6. rlineto 0 ty neg rlineto closepath fill tox toy moveto 0 setgray show}bind def
  7. /nl{currentpoint exch pop lmargin exch moveto 0 -10 rmoveto}def/=={/cp 0 def
  8. typeprint nl}def/typeprint{dup type exec}readonly def/lmargin 72 def/rmargin 72
  9. def/tprint{dup length cp add rmargin gt{nl/cp 0 def}if dup length cp add/cp
  10. exch def prnt}readonly def/cvsprint{=string cvs tprint( )tprint}readonly def
  11. /integertype{cvsprint}readonly def/realtype{cvsprint}readonly def/booleantype
  12. {cvsprint}readonly def/operatortype{(--)tprint =string cvs tprint(-- )tprint}
  13. readonly def/marktype{pop(-mark- )tprint}readonly def/dicttype{pop
  14. (-dictionary- )tprint}readonly def/nulltype{pop(-null- )tprint}readonly def
  15. /filetype{pop(-filestream- )tprint}readonly def/savetype{pop(-savelevel- )
  16. tprint}readonly def/fonttype{pop(-fontid- )tprint}readonly def/nametype{dup
  17. xcheck not{(/)tprint}if cvsprint}readonly def/stringtype{dup rcheck{(\()tprint
  18. tprint(\))tprint}{pop(-string- )tprint}ifelse}readonly def/arraytype{dup rcheck
  19. {dup xcheck{({)tprint{typeprint}forall(})tprint}{([)tprint{typeprint}forall(])
  20. tprint}ifelse}{pop(-array- )tprint}ifelse}readonly def/packedarraytype{dup
  21. rcheck{dup xcheck{({)tprint{typeprint}forall(})tprint}{([)tprint{typeprint}
  22. forall(])tprint}ifelse}{pop(-packedarray- )tprint}ifelse}readonly def/courier
  23. /Courier findfont 10 scalefont def end errordict/handleerror{systemdict begin
  24. $error begin $brkpage begin newerror{/newerror false store vmstatus pop pop 0
  25. ne{grestoreall}if showpage initgraphics courier setfont lmargin 720 moveto
  26. errorname(VMError)eq{PrtVMMsg}if systemdict/showpage get exec(%%[ Error: )print
  27. errorname =print(; OffendingCommand: )print/command load =print( ]%%)= flush}if
  28. end end end}dup 0 systemdict put dup 4 $brkpage put bind readonly put
  29. /currentpacking where{pop/setpacking where{pop oldpack setpacking}if}if
  30. %%EndResource
  31.