Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ICON file

Intel_C_Intel
Employee
504 Views
Hi all
I have generated an icon file with CFV but I dont know the way to link it with my executable file.
Anyone?
Thanks
Filip
0 Kudos
3 Replies
Jugoslav_Dujic
Valued Contributor II
504 Views
1) Insert->Resource->Icon->Import. Browse for your icon.
2) File->Save. Save the .rc file as e.g. MyApp.rc
3) Project->Add to Project->Files->MyApp.rc. "Resource View" tab will appear next to the file list, so you can access all your resources from there.
4) Build.

Hint: it's a good idea to provide both 32x32 and 16x16 version of the icon. In resource editor, go to Image->New Device Image and select 16x16.

Jugoslav
0 Kudos
Intel_C_Intel
Employee
504 Views
Thank you veru much for all your answers!!

Filip Louis
0 Kudos
gregscvf
Beginner
504 Views
You probably noticed that the CVF environment provides one of the best icon editors.

Also of interest, it offers a neat way to "borrow" icons (or other resources) from any file, EXE, DLL or otherwise.

Under File, Open, Open As, select Resources before opening the file. (Select read-only to be safe.)

Greg
0 Kudos
Reply