Subject: | Cannot Load Wx::DataViewCtrl |
Installing via Strawberry Perl's CPAN shell yields a PASS on all the
tests. So everything appears to look good. However, when I run this code:
my $dataview = Wx::DataViewCtrl->new(
undef,
-1,
wxDefaultPosition,
wxDefaultSize,
);
$self->{dataview} = $dataview;
I get an error: Can't locate object method "new" via package
"Wx::DataViewCtrl" ...
Doing some poking around, it appears that unlike the other, working,
Wx:: classes like Calendar, the DataViewCtrl is never compiled into .bs
files. Since it passes all the tests, I'm not sure why this is.
Attached is the full build log.
Thanks in advance!
Subject: | buildlog.txt |
Message body is not shown because it is too large.