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

Compiling source code with modules under VS 2008 IDE

jyeoman
Beginner
777 Views

Can source code that contains modules be compiled within the VS 2008 IDE to produce .mod files? If so, how is it done? If not, how are .mod files compiled from the source code?

0 Kudos
3 Replies
Andrew_Smith
Valued Contributor I
777 Views
Yes. Compile the source code.
0 Kudos
Paul_Curtis
Valued Contributor I
777 Views
I think what the OP has missed is that .f90 source files must first be associated with a project before they can be compiled. The steps are to create a project, and then add the (existing) source files to the project.
0 Kudos
Wendy_Doerner__Intel
Valued Contributor I
777 Views

------

Wendy

Attaching or including files in a post

If the problem is how to create and add files to a project, this tutorial might be of help.



0 Kudos
Reply