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

Linking Fortran dll built with vs2010 to c++ built using vs2012

Le_Callet__Morgan_M
465 Views

Is it possible to build link and run  a Fortran dll built using Visual Fortran Compiler XE 13.0.1.119 [Intel(R) 64] in Visual Studio 2010 to a c++ program built using visual studio 2012.

Do I need to rebuild the dll using visual studio 2012 ?

0 Kudos
2 Replies
TimP
Honored Contributor III
465 Views

It seems likely to work without rebuild, in the absence of any specific information.

0 Kudos
Steven_L_Intel1
Employee
465 Views

I agree with Tim - it should work without changes.  You will need to have the Visual C++ 2010 runtime DLLs installed to run the program, though. Microsoft supplies these for x86 and x64.

0 Kudos
Reply