Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 讨论

How do I compile XE 2016 exe for Windows XP so it is not invalid Win32

Chris_H_3
初学者
1,161 次查看

Hello.  Using VS2015 pro with parallel XE 2016 fortran, I compile a simple 'Hello World' console app with x86 config.  Copying the exe to an XP machine and running it on the command line gives 'Invalid Win32' application error.  I tried not building the manifest file and NOT suppressing the startup logo, but I still get the same result.  Any help with this would be appreciated.  Thank you.

Sincerely,

CHobbs

0 项奖励
4 回复数
jimdempseyatthecove
名誉分销商 III
1,161 次查看

Choose Win32 configuration platform, not x86

Jim Dempsey

0 项奖励
andrew_4619
名誉分销商 III
1,161 次查看

read https://software.intel.com/en-us/articles/linking-applications-using-visual-studio-2012-to-run-on-windows-xp

 

0 项奖励
Chris_H_3
初学者
1,161 次查看

Hello!  Thank you for the suggestion.  I was hoping for an aha moment, but when I looked in the configuration manager the 'x86' build had the Win32 platform checked.  That was the only build/platform choice I had.

0 项奖励
Chris_H_3
初学者
1,161 次查看

This was sent to me by andrew_4619 not on this board and it worked!

 

https://software.intel.com/en-us/articles/linking-applications-using-visual-studio-2012-to-run-on-windows-xp

0 项奖励
回复