Hello,
when i try to run the .exe of my fortran-project, on a computer without visual studio, i get the error: libiomp5md.dll is missing
Is there a way to build the .exe statically?
I tried to put /Qopenmp-link:static under Fortran > Command Line > Additional Options, but the dependency still is there.
visual studio 2010
intel composer XE 2013
win7 64 bit
Thank you.