- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have just started again working on my old Compaq Visual Fortran programs. I have successfully recompiled and rebuild then using Intel Visual Fortran Compiler (Version 11). I also have Microsoft Visual Studio 2008 running. I do not seem to find a RUN command. Could somebody please give me a hint as how to actually run the build Fortran programs? Thanks.
Alfred
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are inside VS 2008, it's the old "F5" that is used with CVF. Or however you used to run the CVF programs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The confusion is probably that the newer Visual Studios no longer put up a "start without debugging" button on the toolbar by default. You can add it back: Tools > Customize > Commands. Click on Debug under Categories. Find "Start without debugging" under commands. Drag the button to where you want it on the toolbar. Or you can find the command under the Debug menu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. F5 works.
I used to use a RUN command (this was4-5 years ago) when I run CVF. I cannot find it any longer. Is it still there?
I used to use a RUN command (this was4-5 years ago) when I run CVF. I cannot find it any longer. Is it still there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Microsoft changed the terminology. F5 starts the program under the debugger (as it did in CVF). CTRL-F5 starts without debugging, what used to be Run.

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