dev c. failed to execute .exe error 193: %1 not a valid win32 application

后端 未结 2 1523
-上瘾入骨i
-上瘾入骨i 2021-01-06 05:36

so I was trying to test run my dev c++ as usual and it said failed to execute location/name.exe error 193: %1 is not a valid win 32 application. I have not used the compiler

相关标签:
2条回答
  • 2021-01-06 06:05

    I just experienced this problem and I noticed that if you just save your programs in a folder containing no spaces. My default folder was set in My documents so I made a folder in my F: Drive named programs and saved the programs in it and then compiled them. I didn't experience this error then :)

    0 讨论(0)
  • 2021-01-06 06:23

    I solved my problem save the cpp file in a folder with no spaces. For example

    Older path c:/Users/jorge santos/programa1.cpp

    New path c:/Users/jorgesantos/programa1.cpp

    0 讨论(0)
提交回复
热议问题