|
Posted by Eadmund on May 30, 2008, 12:57 pm
Please log in for more thread options > * Eadm...@letterbee.com wrote in comp.lang.perl.modules:
>
> >I'm trying to build Win32::Printer with Freeimage.dll support (under
> >windows xp using the MS free compilers). The default build is to have
> >it without FreeImage support when you install it using 'c:\perl\bin
> >\cpan' , so I am manually unzipping the source ans running
> >makefile.pl, then nmake. When I do this I get referneces to
> >delayimp.lib not being found, but it works OK.
>
> How did you install the compiler? If delayimp.lib cannot be found on
> your hard drive, you could download and install the Platform SDK or
> the Driver Development Kit, they both include the library. If you do
> have it on the hard drive and it cannot be found, you have to adjust
> the library paths (e.g. using `set LIBS=3D...`). Usually the compilers
> come with a special command prompt and batch file that sets the en-
> vironment up properly.
>
> If you use ActivePerl you might also be able to install the module
> via ppm, e.g.http://cpan.uwinnipeg.ca/dist/Win32-Printerhas a ppm
> module for Perl 5.8.x and ActiveState might also offer one.
> --
> Bj=F6rn H=F6hrmann =B7 mailto:bjo...@hoehrmann.de =B7http://bjoern.hoehrma=
nn.de
> Weinh. Str. 22 =B7 Telefon:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0+49(0)621/4=
309674=A0=A0=A0=A0=A0=A0=A0=B7http://www.bjoernsworld.de
> 68309 Mannheim =B7 PGP Pub. KeyID: 0xA4357E78 =B7http://www.websitedev.de/=
|