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

64 bit application does not run on Windows 2012 Server OS

Manfred_Z_
Beginner
734 Views

I have written an 64 bit console application. The application runs perfectly well on my computer (OS Windows 7) on which MS Visual Studio 2013 and Intel Visual Fortran is installed. But the application does not run on a server with OS Windows 2012 Server . Visual Fortran and Visual Studio is not installed on the server. Do I have to install Visual Fortran/Visual Studio on the server too in order to run the application? The dwi file of dependency walker, the error massage and the exe are given in the attached zip file.

0 Kudos
2 Replies
TimP
Honored Contributor III
734 Views

The site isn't allowing me to access downloads today. 

If the application depends on dll distributed with VS and Intel Fortran, it should be sufficient to install the Visual Studio and ifort distributable library packages.  The ifort distributable can be found alongside the compiler download on registrationcenter.intel.com.  For VS, see e.g. http://www.microsoft.com/en-us/download/details.aspx?id=40784

This assumes the server installation is also x64 (64-bit) mode.

/MT build mode, which used to be the ifort default, would incorporate most of the libraries into .exe from equivalent static .lib.

0 Kudos
Steven_L_Intel1
Employee
734 Views

I'm not sure what's going on with attachments - they upload fine for me but others are having issues. I will report this, Maybe you can upload the files to Dropbox, Google Drive or some such?

0 Kudos
Reply