Hi expert, I have a doubt undersimply fortran icon executable. I am using Simply Fortran 1.21. It is a complete Fortran Solution. Is there any option in the project settings to link icons to the exe files automatically? If you have Please send some send helping tutorial explanations with videos about simply fortran icon executable.
Simply Fortran solutions for errors
By default, FORTRAN will display programs as white pages on the taskbar. After a while, it can become difficult to distinguish programs from one another. You are asking how to automatically assign a default picture icon of the compiled .exe in FORTRAN. This is not possible to do, since FORTRAN cannot know which icon you want it to apply to a certain program without your input.
Manual solution is to, if building a Windows program, put the following in the resouce file (xxxx.RC):
Icon1 ICON Icon1.ICO
Icon2 ICON Icon2.ICO
Icon3 ICON Icon3.ICO
Icon4 ICON Icon4.ICO
Go to "Properties" and click "Change Icon". All of the above icons will be available for choosing.