开发如何解决错误193:%1不是Dev C 中的Win32应用程序

dev how to resolve Error 193:%1 is not a win32 application in dev c++?

本文关键字:Dev 不是 中的 应用程序 Win32 何解决 解决 错误 开发      更新时间:2023-10-16

甚至无法编译Hello World Programe

 #include <iostream>
    using namespace std;
     int main(){
    cout <<"hello world";
    system("pause");
    return 0;
    }

dev 清楚地将16位体系结构编译为不弃用和不支持,因为恰好是Windows Vista。因此,您显然必须使用其他编译器。