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

call Fortran subroutine using only static library (.lib) without dll?

Soniya
Beginner
423 Views

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

0 Kudos
3 Replies
garraleta_fortran
397 Views

Yes

a)Create Library

b)Use Library

0 Kudos
Steve_Lionel
Honored Contributor III
342 Views

It's possible that what Soniya has is a DLL export library, which is also a .lib but is not a static library. If that's what one has, the corresponding DLL is required to run the linked program, as the .lib contains no code, just information about the DLL.

0 Kudos
garraleta_fortran
334 Views
Let sonya clearly explain what she wants to do
0 Kudos
Reply