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

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

Soniya
Beginner
268 Views

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

0 Kudos
3 Replies
garraleta_fortran
242 Views

Yes

a)Create Library

b)Use Library

0 Kudos
Steve_Lionel
Honored Contributor III
187 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
179 Views
Let sonya clearly explain what she wants to do
0 Kudos
Reply