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

Show Fortran Includes in Visual Studio

clunk
Beginner
330 Views
Using Intel Visual Fortran 11.1 w/ Visual Studio 2008 and I'm trying to get my solution checked into Serena Dimensions for source control. Dimensions only seems to "see" the files that are visible in the Solution Explorer window, and none of my included Fortran common files show up there. Is there an option to show all included files in the Solution Explorer window?

Thanks,
cje
0 Kudos
2 Replies
Steven_L_Intel1
Employee
330 Views
You can add them to the "Header Files" project folder. The project system can do this sorting out in some cases when you add all the files, source and include, to the project, but there isn't something that looks at the INCLUDE lines and automatically adds them to the project.
0 Kudos
clunk
Beginner
330 Views
Ok, thanks. I was hoping that there was some way to have Studio suck in all of the files that it eventually uses, but I guess I can do that by hand.
0 Kudos
Reply