Discussion:
using gsdll32.dll without installation
(too old to reply)
t***@gmx.de
2005-08-17 13:14:34 UTC
Permalink
hi,

i wrote a application (vc/mfc) wich uses gsdll32.dll to display pdf
files. It works fine if ghostscript is installed on the target machine.


My Question:
Is it possible to run my application without installing the whole
ghostscript package? Just distributing the neccesary files in to the
applications directory?

thanks
Torsten
Russell Lang
2005-08-17 21:31:44 UTC
Permalink
Post by t***@gmx.de
i wrote a application (vc/mfc) wich uses gsdll32.dll to display pdf
files. It works fine if ghostscript is installed on the target machine.
Is it possible to run my application without installing the whole
ghostscript package? Just distributing the neccesary files in to the
applications directory?
At a minimum, you will need gsdll32.dll, lib/gs_*.ps, lib/Fontmap,
lib/Fontmap.GS and some fonts. You will also need to set the -I
command line option to point to the directory containing the lib files
and fonts.
Ian Wilson
2005-08-18 09:36:53 UTC
Permalink
Post by Russell Lang
Post by t***@gmx.de
i wrote a application (vc/mfc) wich uses gsdll32.dll to display pdf
files. It works fine if ghostscript is installed on the target machine.
Is it possible to run my application without installing the whole
ghostscript package? Just distributing the neccesary files in to the
applications directory?
At a minimum, you will need gsdll32.dll, lib/gs_*.ps, lib/Fontmap,
lib/Fontmap.GS and some fonts. You will also need to set the -I
command line option to point to the directory containing the lib files
and fonts.
I'd also read the licence very carefully. You probably have to at least
include the file that describes the licence (e.g. COPYING.TXT). There
may be other GNU or Aladdin licence requirements that you need to follow.
Loading...