Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Avisos
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.
29286 Discusiones

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

Soniya
Principiante
274 Vistas

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

0 kudos
1 Responder
Ron_Green
Moderador
211 Vistas

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?

Responder