Hi All, I am trying to install Win32-GUI-DIBitmap. At first I install ppm, but when I tryed to run demo.pl sample script I got a error:
Can't call method "ConvertToBitmap" on an undefined value at D:\IPSwitch\test\de mo.pl line 14. then I tryed to install this module from scratch, how it wrotten in Readme.txt : SP> INSTALLATION SP> SP> Download FreeImage source code at http://freeimage.sourceforge.net/ SP> Build the FreeImage static lib with MSVC project. SP> Copy the FreeImage.lib and FreeImage.h in the extlib directory. Instead I am copied FreeImage\Dist\FreeImage.lib in extlib directory. Is it the same file??? SP> To install this module type the following: SP> SP> perl Makefile.PL .... Writing Makefile for Win32::GUI::DIBitmap SP> make # nmake Searching EXE: E:/WINDOWS/EXE/NMAKE.EXE Inflating: NMAKE.ERR Inflating: NMAKE.EXE PKSFX: (W18) Warning! README.TXT already exists. Overwrite (y/n)?y Inflating: README.TXT SP> make install # nmake install .... Der Befehl "cl" ist entweder falsch geschrieben oder # from German: konnte nicht gefunden werden. # cl not found NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1' Stop. Have I to have a linker programm too? Thanks in advance. -- Pavel