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

compile link and execute commands similar to Compaq fortran

rrollanderson_ucla_e
785 Views

Can one compile, link, and execute a fortran source code file from the editing window in Intel fortran (like was possible in the old Compaq fortran)? There were simple buttons on the task bar in Compaq fortran for this but I cannot find them in Intel fortran. It wasn't necessary to create a project first; that was done automatically. Thanks for any help.

0 Kudos
3 Replies
Steven_L_Intel1
Employee
785 Views
Sorry, due to changes in Visual Studio you have to create a project first.
0 Kudos
rrollanderson_ucla_e
785 Views

We were able to build using a simple source fortran program but I don't know what to do after that. How does one execute the code?

0 Kudos
Steven_L_Intel1
Employee
785 Views
Debug > Start Without Debugging. VS6 (CVF) had a button for that by default - in newer VS versions you have to add it to the toolbar. Or you can use Ctrl-F5. Do you want instructions for adding the button?
0 Kudos
Reply