View previous topic :: View next topic |
Author |
Message |
Gargoylia
Joined: 02 Dec 2013 Posts: 1
|
Posted: Sat Dec 07, 2013 10:26 pm Post subject: Creating and Executing a FTN95 object file |
|
|
Hi
I've just compiled my first FTN95 object file within the FTN95 command prompt window. My operating system is Windows 7.
How do I create an executable file that I can subsequently run?
Also, what is the command to run the executable file?
Thanks a lot |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sun Dec 08, 2013 10:14 am Post subject: |
|
|
FTN95 source.f95 /link
then
source.exe
Details are in ftn95.chm |
|
Back to top |
|
 |
|