NameDateSize

..24-Nov-201211

businesscard.plH A D24-Nov-20122.3 KiB

chartab.plH A D24-Nov-20122.6 KiB

hello.plH A D24-Nov-20121.1 KiB

image.plH A D24-Nov-20121.2 KiB

invoice.plH A D24-Nov-20124.7 KiB

MakefileH A D24-Nov-20121.1 KiB

pdfclock.cgi.plH A D24-Nov-20122.3 KiB

pdfclock.plH A D24-Nov-20122.5 KiB

pdflib_pl.cH A D24-Nov-201289.3 KiB

pdflib_pl.pmH A D24-Nov-20127.4 KiB

Perl.dspH A D24-Nov-20126.8 KiB

quickreference.plH A D24-Nov-20122 KiB

readme.txtH A D24-Nov-2012995

readme.txt

1ActivePerl versions
2===================
3
4- ActivePerl 5.6 is _not_ binary compatible to older versions of ActivePerl
5  with respect to extensions. For this reason the same PDFlib DLL can _not_
6  be used with ActivePerl 5.6 and older versions. The "oldperl" directory
7  of the PDFlib binary distribution for Windows contains a PDFlib DLL for
8  ActivePerl versions before 5.6.
9
10
11Compiling PDFlib for ActivePerl on Win32
12========================================
13(not relevant for users of the binary distribution)
14
15The distribution is set up to be compiled with ActivePerl 5.6.
16
17With some minor modification you can also compile with ActivePerl
18versions older than 5.6 (the MSVC project contains an "oldperl" configuration
19with all of this):
20
21- Run the compiler in C++ mode (required by ActiveState). In MSVC++ 6 there
22  doesn't seem to be a GUI option for C++ mode, but the compiler switch
23  /Tp works.
24
25- Change the Perl include and lib paths appropriately.
26
27- Change perl56.lib to perlcore.lib.
28