I get the following error when trying to use DIBitmap on Windows 98. Is
there a workaround?
My script is simple.
------------------
use Win32::GUI;
use Win32::GUI::DIBitmap;
print "hello";
exit;
Error:
---------------------
Can't load 'C:/perl/site/lib/auto/Win32/GUI/DIBitmap/DIBitmap.dll' for
module Win32::GUI::DIBitmap: load_file:One of the library files needed
to run this application cannot be found at C:/perl/lib/DynaLoader.pm
line 229.
at dibtest.pl line 1
Compilation failed in require at dibtest.pl line 1.
BEGIN failed--compilation aborted at dibtest.pl line 1.
|