Simply Fortran solutions for errors

Asked By 0 points N/A Posted on -
qa-featured

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.

SHARE
Best Answer by John L Krug
Best Answer
Best Answer
Answered By 10 points N/A #171520

Simply Fortran solutions for errors

qa-featured

Hi, 

I think you are new in fortran and you need fortran help spreadly. I show you some fortran tutorial websites, that will help you a lot..

www.fortrantutorial.com

http://pages.mtu.edu/~shene/COURSES/cs201/NOTES/fortran.html

http://www.fortran.com/the-fortran-company-homepage/fortran-tutorials/

folk.uio.no/hpl/scripting/doc/f77/tutorial/

www.ibiblio.org/pub/languages/fortran/unfp.html

https://www.youtube.com/user/ironmagma

Thanks for asking.

Answered By 0 points N/A #171521

Simply Fortran solutions for errors

qa-featured

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.

Related Questions