- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm new to FORTRAN so this might be a dumb question. When I compile my code on Visual Fortran, it gives me several _genmod MOD files and source codes, in addition to one object file. Instead, I want it to output one executable file. How do I do that? It may help to know that I'm using several include files, though I'm not sure that made a difference. Thank you!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assuming that you created an executable project, you should build the solution and not compile individual source files. The .MOD files you are seeing are part of the generated interface checking feature and can be ignored.

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