- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ender,
I suggest you firsttry a "Hello World" test program.
Fortran typically produces console oriented programs. Visual Studio 2005 will gladly build and run your console program. However, you must be aware that the Integrated Development Environment will close the Console Window upon completion of the application. Therefore, if you run the application from the Integrated Development Environment you must either place a break point at the termination of the program or insert a "Press any key to continue" type of statment at the end of the program (else the console window goes away).
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Visual Studio, click Help and then Intel Fortran Compiler Help. In the window that comes up, click Start Here. Click Building Applications and then Getting Started and start reading. This will bring you up to speed on the development environment.
The type of project you want is Fortran Console Application. To start running the program, select Debug > Start Without Debugging or press CTRL-F5. This will show the program output and won't close the window when done.
Let us know if you need more help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visual Studio 2005 does not have a program file that allows me to run lines of code. Also I already have another program on my computer that reads .f files so all of my Fortran files are associated with that program. Whenever I tried running a new project, none of the options are for Fortran Compilers, Fortran windows, or Fortran code builders. So if I want to start a new application and copy and paste my Fortran code on to the Visual Studio Application I wouldn't know what application to create the code under.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page