- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page