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

Module dependencies with Visual Studio .NET

Deleted_U_Intel
Employee
1,018 Views
I'm using IF 7.1 with MS Visual Studio .NET. I have a project with two files, A.f90 and B.f90. B.f90 contains code for MODULE B. A uses module B. How do I tell Visual Studio to compile B.f90 first, since A depends on B.mod?

The project is contained in a solution which contains other (C++) projects, in case that matters.

Thanks,
-robert
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,017 Views
You shouldn't need to do anything special - this should be handled automatically.

Steve
0 Kudos
Reply