Why does CreateProcess give error 193 (%1 is not a valid Win32 app)

后端 未结 4 1191
花落未央
花落未央 2020-11-28 16:13

The code below fails to start documents. I get error 193 (%1 is not a valid Win32 app). Starting executables work fine. The files are properly associated, they start the cor

4条回答
  •  死守一世寂寞
    2020-11-28 17:15

    If you are Clion/anyOtherJetBrainsIDE user, and yourFile.exe cause this problem, just delete it and let the app create and link it with libs from a scratch. It helps.

提交回复
热议问题