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

How to build Mixed Language Projects ?

mikilbhatkar
Beginner
330 Views
I have multiple projects in a soultion, which contain .FOR and .CPP source files in a single project. Previously we used Visual Studio 6.0 along with Compaq Visual Fortran 6.6c for this.

While upgrading the source to build in VS 2010 and Intel Fortran Compiler, the mixed projects could not be build.

Do i need to use custom build steps in order to achieve this or anything else needs to be done?

-Mikil
0 Kudos
1 Reply
Steven_L_Intel1
Employee
330 Views

Copying a private reply:

Current Visual Studio doesn't support mixed languages in a single project. Here's a writeup. (about how to make Fortran run-time libraries visible to a C++ project). You already appended a comment there, but no, it's just a matter of building the language portions separately, as described here.
 

0 Kudos
Reply