http://www.perlmonks.org?node_id=216818


in reply to Win32::GUI crashes perl?

You have to put a
-name=>"something"
in the "widgets", e.g.
$main->AddLabel(-text => "Hello, world", -name => "hello_label" );
It's a bug introduced in the 0.0.558 and fixed in the 0.0.665

Replies are listed 'Best First'.
Re: Re: Win32::GUI crashes perl?
by ibanix (Hermit) on Dec 01, 2002 at 23:55 UTC
    Thanks! This is exactly what I needed to know!

    <-> In general, we find that those who disparage a given operating system, language, or philosophy have never had to use it in practice. <->