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

New user--How to compile .for

ggaugler
Beginner
507 Views
New purchase of Intel Visual Fortran Pro 11 IMSL. Opening the Visual Studio and selecting one of my .for files, the compiler always makes a "Hello World" binary. How to get Visual Studio Fortran to work on my real FORTRAN files?
0 Kudos
1 Reply
mecej4
Honored Contributor III
507 Views
The Visual Studio IDE is centered on the idea of "projects" and "solutions". If you want to use it, you will need to read the documentation and learn how to use it.

You can also work at the command line and compile (and, optionally, link) if your application uses a small number of source files, and you can use a Make-like utility for slightly larger projects.
0 Kudos
Reply