Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

Windows XP compilation LNK4010

$
0
0

I'd like to compile a program for 64 bit Windows XP, under Visual Studio 2013. I had previously done that (with IVF 2012) by specifying "Not set" for the linker subsystem and adding /SUBSYSTEM:WINDOWS,"5.01" to the linker command line. This still works with IVF 2015 (2015.1.148) when compiled for 32 bit target systems, but when compiled for 64 bit target systems, this linker warning appears:

  LINK : warning LNK4010: invalid subsystem version number 5.01; default subsystem version assumed

So I deleted the command line statement and set the linker System SubSystem to one of the choices:

  Windows for Windows XP (/SUBSYSTEM:WINDOWS,"5.1")

but I get exactly the same linker error as before, including the reference to version number 5.01 rather than 5.1.

Is it possible to compile for 64 bit Windows XP using IVF 2015 under Visual Studio 2013? If so, how?

I'm running the compiler on a 64 bit Windows 7 system.


Viewing all articles
Browse latest Browse all 3270

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>