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

is that possible to call Fortran subroutine using only static library (.lib) without dll?

Soniya
Beginner
185 Views

is that possible to call Fortran subroutine using only static library (.lib) without dll?

0 Kudos
1 Reply
Ron_Green
Moderator
122 Views

from a Fortran application where the main program is Fortran? Yes it is easy to do.  if you main program is C/C++/C# then there is a need to initialize the Fortran runtime library.  Describe your application and the languages you are using.  What language is the main program?

0 Kudos
Reply