home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / pdflib / pdflib-4.0.1.sit / pdflib-4.0.1 / bind / perl / readme.txt < prev   
Encoding:
Text File  |  2001-07-04  |  1.2 KB  |  36 lines  |  [TEXT/ttxt]

  1. ActivePerl 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.  
  11. Compiling PDFlib for ActivePerl on Win32
  12. ========================================
  13. (not relevant for users of the binary distribution)
  14.  
  15. The distribution is set up to be compiled with ActivePerl 5.6.
  16.  
  17. With some minor modification you can also compile with ActivePerl
  18. versions older than 5.6 (the MSVC project contains an "oldperl" configuration
  19. with 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.  
  29.  
  30. MacPerl
  31. =======
  32.  
  33. In order to build a PDFlib Perl extension on the Mac, the PDFlib shared
  34. library must be linked against a library named PerlStub which is supplied
  35. with the Perl source distribution.
  36.