簡體   English   中英

如何使用Visual Studio 2012和Intel Compiler XE 2013構建可在Windows XP中運行的可執行文件?

[英]How can I build executables which can be run in Windows XP using Visual Studio 2012 and Intel Compiler XE 2013?

當我開發一個可以使用Visual Studio 2012Window XP運行的應用程序時,我將Visual Studio 2012 - Windows XP (v110_xp)設置為platform toolset屬性。

但是,如果我想使用Intel Compiler XE 2013Visual Studio 2012構建應用程序,我認為該屬性應該是Intel C++ Compiler XE 13.0

並且使用該屬性構建的可執行文件無法在Windows XP運行,並顯示消息“$ APPNAME不是有效的Win32應用程序”。

如何使用Visual Studio 2013Intel Compiler XE 2013構建可在Window XP運行的可執行文件?

我的開發環境如下:

  • 開發機器: Window 7 Update1
  • 目標機器: Window XP SP3
  • 編譯器: Microsoft Visual Studio 2012 Update3Intel C++ Composer XE 2013

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM