Cannot print images with Win32::Printer
- From: "Rob" <rob.johansen@xxxxxxxxx>
- Date: 28 Dec 2006 08:40:38 -0800
Hi all,
I'm trying to use the Win32::Printer module to make my Perl program
capable of printing images (inline bitmaps and/or .bmp files). I've got
my code to the point of displaying the standard Windows "Print" dialog
box, but as soon as I click OK to print the image, I get the following
error:
"FreeImage is not supported in this build!"
According to the Win32::Printer documentation, bitmap support requires
that FreeImage.dll be "somewhere in your system path", so I downloaded
it from http://freeimage.sourceforge.net/download.html and tried it in
several directories on my path. Still no joy.
BTW, I'm running ActivePerl 5.8.7.815 in Windows XP, and I installed
Win32::Printer using ppm. Any ideas on how to get FreeImage supported?
Is there a better way to print bitmaps with Perl?
Thanks in advance,
Rob
.
- Prev by Date: Re: How do I convert an array of x-y coordiates in to a image?
- Next by Date: Different methods to call a subroutine!
- Previous by thread: How do I convert an array of x-y coordiates in to a image?
- Next by thread: Different methods to call a subroutine!
- Index(es):
Relevant Pages
|