Robert May wrote:
Steven Lloyd wrote:

With Win32::GUI build 1.03 I cannot get Win32::GUI::Hyperlink to work.

In an off-list conversation with Steve we narrowed his problem down to an interaction between per2exe and the 'use base' pragma in Win32::GUI::HyperLink

The solution was to replace
  use base qw(Win32::GUI::Label);

with
  our @ISA = qw(Win32::GUI::Label);

He is going to report the problem to the perl2exe authors, I will change this in the next Win32::GUI::HyperLink release.

Regards,
Rob.

Reply via email to