- 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
Click the Windows Start icon (lower left) and search for regedit.exe. Open that (it will prompt you for administrator privilege).
Click on the triangles next to the following key names, in order:
- HKEY_CURRENT_USER
- Software
- Microsoft
- Visual Studio
- 10.0
- Intel Fortran
- VFToolOpt
Right click on "121" and select Export. Choose a convenient folder, rename the file to be ifort.txt and click Save. Email the ifort.txt file to me at steve.lionel at intel dot com with a subject line of "Unable to start program".
Close regedit. Open Visual Studio. Select Tools > Options > Intel Visual Fortran > General. You will probably find that the fields for Sources (one for fixed form and one for free form) are empty. In the Fixed Form > Sources field, type:
.f;.for;.fpp
In the Free Form > Sources field, type:
.f90
Click OK. Now open your project, and press F7 to do a build. This should build your project. If it is successful, you will be able to run it. (Remember thasn F5 starts the program in the debugger, and if you have not set breakpoints, the program will finish and remove the console window. I suggest CTRL-F5 to run without debugging as a test.)
Let me know how this works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see you are running an older version, though this should work. Perhaps you can uninstall Fortran and reinstall - a current version if you can.
The build log strongly suggests that you have the problem I described, but I think this was after a Build and not a Rebuild. If you do a Build > Rebuild Solution, do you see any Fortran source files being compiled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please do a Build > Rebuild and attach the buildlog.htm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let us know if you need help in the future.

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