From: Matthias R. <mat...@ra...> - 2007-01-03 11:25:40
|
Hi, i wrote a small app under Linux which adds a control like this: > my $lblEkNet = Wx::StaticText->new($self, -1, 'testit'); > my $szEK = Wx::GridBagSizer->new(2, 3); > $szEK->Add($lblEkNet); While this works fine with Linux I get an error under Windows: > unable to resolve overloaded method for Wx::GridBagSizer::Add What could be the problem and how can I solve it? Greetz, /\\atthias |