thx for help.
4 steps to include res file
-------------------------------
1) download ResEditor here:
http://www.parinyasoft.com/download/MinGWStudioSetup-2.05.exe-------------------------------
2)Create rc file in editor
-------------------------------
3) compile resources
C:\MinGW\bin\windres -o myres.o myres.rc
-------------------------------
4) in game write
Import "myres.o"
-------------------------------
Now possible easy connect ico files ;)
PS I showed in game Windows dialog :)