Bug with icons

Icons come in (at least two) two formats;

As far as I know, wxWidgets cannot read/write .ico formats on Mac or Unix platforms, and on MS-Windows platforms it can only read them. Since .ico formats are required internally in MS-Windows .exe files the following system is implemented:
  This means that you will not get the same icon from the same code, unless you manually convert from one format to another , for example using the ee (Electric eye) program on Linux. You only need change one icon, in the project directory, between these formats. If the project is called myproj, the icons will be called


wxHatch Home