Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

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

Soniya
Beginner
273 Views

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

0 Kudos
1 Reply
Ron_Green
Moderator
210 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