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

How to use Static Library into Dynamic-link Library ?

Raphael__P_
Beginner
562 Views

Dear All,
I'm beginning with development at Fortran and i need know if is possible/and how perform call a Static Library using Dynamic-link Library. My solution is VS Fortran XE 2011.

I need help please.

Tks

0 Kudos
1 Reply
DavidWhite
Valued Contributor II
562 Views
I assume your project is a DLL project. To use a static library, you add this to the project as you would your source files. The routines in the library can be called, just like any other routine in your project. Is that what you need to know? Regards, David
0 Kudos
Reply