Software Archive
Read-only legacy content

Include Files

pas1359
Beginner
484 Views
I have re-done an old Fortran 77 program with several include files. When "building/compiling", the source subroutines are recognized but the include files are not being noticed. The files cannot be found even though they exist in the same directory as the source code. Is there a need to create an external files folder within the project where the include files are read? Or, is there another easier way? Please describe the methodology. Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
484 Views
This should work fine. All I can guess is that you have a directory specification in the INCLUDE lines.

What happens if you do Build..Update All Dependencies? Do you get errors about the include files not being found? They should appear in the File View pane under External Dependencies, not as Source Files.

Steve
0 Kudos
Reply