I would like to know how to display specific icon on taskbar instead of the default one. I know that changing .exe icon is IDE specific. I managed to change .exe icon with resource file (.rc)
#ifndef _resource_rc
#define _resource_rc
MAINICON ICON "icon.ICO"
#endif
However it only changes .exe icon and icon displayed on taskbar remains the same.
I am using SFML 2.0 and Code::Blocks