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

Compiling source code with modules under VS 2008 IDE

jyeoman
初学者
1,757 次查看

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 项奖励
3 回复数
Andrew_Smith
重要分销商 I
1,757 次查看
Yes. Compile the source code.
0 项奖励
Paul_Curtis
重要分销商 I
1,757 次查看
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 项奖励
Wendy_Doerner__Intel
重要分销商 I
1,757 次查看

------

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 项奖励
回复