Hi
Now I'm devloping an applicaiont using Carbide.C++
First, I've made Test Project to test some functions.
When I tried to change icon but I could not find any ways how to chage it.
In default settings, it uses svg and mifdef files and makes mif file.
And then make icon using this mif (it describes in Test.rss)
But I want to change icon which I want to use.
How Can I change Icon ?
I already tried as follows
1. make mif with bmp
I import bmps, make mifdef file with setting imported bmps.
But when I built this project there occured "Bmconv" error.
2. make aif
I tried to make aif file by using aifdef. But there occured "Save Failed:null"



