xxxxxx.exe is not a valid Win32 application

后端 未结 8 1565
甜味超标
甜味超标 2020-11-30 02:03

I have small C/C++ project in Visual Studio 2012 RC

This applications parses the argv and then calling another .exe file with ShellExecute

My ap

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-30 02:13

    There are at least two solutions:

    1. You need Visual Studio 2010 installed, then from Visual Studio 2010, View -> Solution Explorer -> Right Click on your project -> Choose Properties from the context menu, you'll get the windows "your project name" Property Pages -> Configuration Properties -> General -> Platform toolset, choose "Visual Studio 2010 (v100)".
    2. You need the Visual Studio 2012 Update 1 described in Windows XP Targeting with C++ in Visual Studio 2012

提交回复
热议问题