How can I create executable files that can be run in Window XP using Visual Studio 2012 and Intel Compiler XE 2013?

When I develop an application that can be run in Window XP using Visual Studio 2012 , I installed Visual Studio 2012 - Windows XP (v110_xp) in the platform toolset property.

But if I want to create an application using Intel Compiler XE 2013 with Visual Studio 2012 , this property should be Intel C++ Compiler XE 13.0 . I guess.

And the built-in executable file with this property cannot be run on Windows XP with the message "$ APPNAME is not a valid Win32 application."

How can I create executable files that can be run in Window XP using Visual Studio 2013 and Intel Compiler XE 2013 ?

My development environment is as follows:

  • Development Machine: Window 7 Update1
  • Target machine: Window XP SP3
  • Compiler: Microsoft Visual Studio 2012 Update3 and Intel C++ Composer XE 2013

Thanks.

+7
c ++ windows-xp visual-studio-2012
source share
1 answer
+9
source share

All Articles