On Sun, 13 Jul 2003 22:21:26 +00, Bastiaan Edelman, PA3FFZ wrote:
> The error in GSOUT.TXT is:
> GS: Interpreter revision (705) does not match gs_init.ps revision (510)
> gs_init.ps 62114 16-04-02 2:49
> gs386.exe 2500554 24-04-02 21:53
My GS_INIT.PS is 60232 bytes long, dated 2002-04-15, 02:49.
It contains the following lines:
--------
% Check the interpreter revision. NOTE: the interpreter code requires
% that the first non-comment token in this file be an integer.
705
dup revision ne
{ (gs: Interpreter revision \() print revision 10 string cvs print
(\) does not match gs_init.ps revision \() print 10 string cvs print
(\).\n) print flush null 1 .quit
}
if pop
--------
Please check what you have in your GS_INIT.PS.
The executable has the same timestamp as mine, although mine
is two times smaller ;-) I compressed it with UPX.
Michal