Steven Lloyd wrote:
With Win32::GUI build 1.03 I cannot get Win32::GUI::Hyperlink to work.
In what way can you not get it to work? What error messages do you get - it works fine for me here (win98, AS Perl 5.8.7, Win32::GUI 1.03)
In Hyperlink.pm, it says /use base qw(Win32::GUI::Label);/
It is a subclass of a Win32::GUI::Label. That is correct.
But this is no use Win32::GUI::Label module anymore (not on CPAN anymore).
Win32::GUI::Label is part of the core Win32::GUI distribution. It is partly defined in GUI.pm and partly in Label.xs from the source distribution (as well as bits fro other files). I assure you it is in the 1.03 distribution from CPAN.
If you have a correctly installed Win32::GUI, then you have Win32::GUI::Label.
Regards, Rob.