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

IVF static libraries in one file

Ashley_Weinstein
Beginner
614 Views
Is it possible to have the source for one Fortan *.exe and the source for one Fortran *.lib (static library) file in one project, where the *.exe is the main project and the *.lib file contains subroutines, etc. for the main *.exe project to access?
0 Kudos
1 Solution
Anonymous66
Valued Contributor I
614 Views

You can have multiple projects within one Solution in Visual Studio.
See adding projects to a solution in Visual Studio on MSDN for instructions.

View solution in original post

0 Kudos
1 Reply
Anonymous66
Valued Contributor I
615 Views

You can have multiple projects within one Solution in Visual Studio.
See adding projects to a solution in Visual Studio on MSDN for instructions.

0 Kudos
Reply