NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PDFLib on Win32 (Score:1)
ExtUtils::MakeMakerwill heal your hurt; I've seen library-related problems described and resolved on perl.makemaker [perl.org].Caveat: upgrading
ExtUtils::MakeMakermight (again, conceivably) introduce problems.Reply to This
Re:PDFLib on Win32 (Score:2)
The problem is the binary C library, or more acurately finding the right place to put it and knowing how to link to it (via registry or the like). All the traditional routes don't seem to work. As there is sparse documentation, the manual isn't helpful.
Re:PDFLib on Win32 (Score:1)
I see. The Makefile.PL in PDFLib.pm
requires pdflib_pl and that's what's failing, right? Can you trace into pdflib_pl?