From: <so...@bl...> - 2002-08-08 13:15:25
|
hi everyone, i started to test an application i wrote on linux and the first thing that doesn't work is the icon i use for windows: $this->SetIcon(Wx::Icon->new('icons/sm.ico', wxBITMAP_TYPE_ICO)); this doesn't work on linux, i get something like: No Image Handler defined for TYP 3 Wx::Image::AddHandler(new Wx::ICOHandler) doesn't work... is ICO only for windows? if yes, what kind of icon should i use that works on windows and linux? any ideas/hints? tested with redhat7.3, wx0.10 and 0.11... greeting Marco |