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

IVF 9.1 - Console application : distribution "stand alone"

Gilles_R_
Beginner
693 Views
I have just create an small console application with IVF 9.1 (win32).

How to distribute this *.exe (dll?)
Also:
I am interested distribute *.exe only
possible compile and link for create an "stand alone" application
0 Kudos
1 Reply
Steven_L_Intel1
Employee
693 Views
Unless you changed the project properties to link against the DLL libraries, the default is static linking and all you need is the EXE.
0 Kudos
Reply