VMS OLB FILES The .OLB files on this tape are VMS native mode objects for various PortaCalc utilities and versions (VT100 normal, VT100 with Advanced Video) (pcgraf is the graphics utility.) To build, extract ALL modules in a library into a big concatinated object file. Then just link it. Ignore errors; it'll work OK. The commands needed are something like: $LIBR/EXTR=*/OUT=PCCVM PCCVM $LINK/NOMAP PCCVM $COPY PCCVM.EXE SYS$SYSTEM: $LIBR/EXTR=*/OUT=PCGRAF PCGRAF $LINK/NOMAP PCGRAF $COPY PCGRAF.EXE SYS$SYSTEM: $DEL PCCVM.OBJ;*,PCGRAF.OBJ;*