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

Odd issue with Visual Studio 2010 after upgrade from 2008

AndrewC
New Contributor III
480 Views
I am building a "C" DLL that depends on some FORTRAN ( in a separate project, of course) in the same Visual Studio solution. The "C" project has a 'project dependency' on the FORTRAN project.

I am using 12.0 Update 3 (latest)

Worked great in Visual Studio 2008

In Visual Studio 2010 , when I try and build the "C" project ( that depends on the VFPROJ)

"......vfproj" must be opened in the Visual Studio IDE and converted to the latest version before it can be built by MSBuild

The odd thing is that if I click on the Fortran Project in the solution and manually build/rebuild it works fine.


0 Kudos
1 Solution
Steven_L_Intel1
Employee
480 Views
This is covered in the Fortran release notes - see the section "Microsoft Visual Studio 2010 Notes" (3.6 in the current issue.)

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
481 Views
This is covered in the Fortran release notes - see the section "Microsoft Visual Studio 2010 Notes" (3.6 in the current issue.)
0 Kudos
AndrewC
New Contributor III
480 Views
Thanks, this VS Studio 2010 "upgrade" has been more painful that I had hoped...
0 Kudos
Reply