> Hi.
> Saying
> use Wx::Bitmap;
> messes things up.
>
> It causes a
> Usage: Wx::Bitmap::newFile(CLASS, name, type) at C:/Perl/site/lib/Wx/Bitmap.pm line 37.
> where as otherwise everything works fine.
> Just thought it bizzare.
Well, I think it is worrying... Now, do you have some sample code that triggers it?
does it happen even with the 0.12b2 snapshot? Do you actually have a Wx/Bitmap.pm
(which maybe comes from an older installation)? 0.12b2 hasn't a Wx/Bitmap.pm,
hence I _think_ maybe you have an older one, and saying "use Wx::Bitmap" loads it
and causes problems.
Regards
Mattia
|