|
I actually fixed this problem (& few others) a while back and
posted note to that fact. You must not of been running the version
from CGOU01::AMNEW:
sz 3.03x 5-09-89 for VMS by Chuck Forsberg, Omen Technology INC
"The High Reliability Software"
(the x identified the patched version).
Can't remember (about a year ago), but I fixed a couple of probs
with flow control, VMS directory path/file name extraction,
enabled bytes transfered progress reporting, and ability to
transfer using another terminal line other than stdin. (which
we use alot.)
regards,
Steve.
|
| I have the new versions mentioned in .0 and had previously acquired the
versions mentioned in .1. There is quite a difference is the size of
the files.
RZ.EXE;6 79 6-APR-1991 04:26:19.00 (RWED,RWED,RE,RE)
RZ.EXE;5 192 30-JUL-1990 22:41:59.00 (RWED,RWED,RE,RE)
SZ.EXE;15 93 6-APR-1991 04:26:14.00 (RWED,RWED,RE,RE)
SZ.EXE;14 211 30-JUL-1990 16:48:19.00 (RWED,RWED,RE,RE)
Would /OPT or /DEBUG account for such a big size difference?
|
|
-> I have the new versions mentioned in .0 and had previously acquired the
-> versions mentioned in .1. There is quite a difference is the size of
-> the files.
It's becuause the person in .0 linked the C RTL in shared which is
ok, but if you try to run the executable on less than the version
it was linked it won't work. (sharable image ident mismatch).
Every time I have provided programs linked with current versions
of VMS, someone running a earlier(older) VMS version always
complains that is does'nt run. So I usually link in the RTL
for tools like SZ/RZ that tend to get run on many different platforms.
./Steve.
|