I tried to add custom icons (13x13 dimention) to a project.
I cannot find why I cannot load icon.
CVTRES : fatal error CVT1100: duplicate reso
I Solved the problem.
I have moved content of one .rc file to main rc file. The compiler had problem to include ICONs from two resources. I have no idea why but this is clear and simple solution.