xxxxxx.exe is not a valid Win32 application

后端 未结 8 1564
甜味超标
甜味超标 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:08

    For me, this helped: 1. Configuration properties/General/Platform Toolset = Windows XP (V110_xp) 2. C/C++ Preprocessor definitions, add "WIN32" 3. Linker/System/Minimum required version = 5.01

提交回复
热议问题