Hi.
Will somebody please tell me why I get this error when I try to run a simple EXE like 'hello world'.
Thanks
...sonia
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-09-02
Your program *must* be run under Windows. Dev-C++ uses compiler that generates *.EXE for Windows. If you need to create a DOS executable file, use for example gcc from DJGPP package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
Will somebody please tell me why I get this error when I try to run a simple EXE like 'hello world'.
Thanks
...sonia
Your program *must* be run under Windows. Dev-C++ uses compiler that generates *.EXE for Windows. If you need to create a DOS executable file, use for example gcc from DJGPP package.