I have been trying to compile and run allegro with Dev/C++,
My compiler is -lalleg and my linker is ...\lib\liballeg.a
but when I compile it says cannot run in DOS mode what is wrong with it can someone tell me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I imagine that English is not your first language because those statments make little sense. Posting the build log will tell use exactly how your project is configured without you having to say anything else.
> it says cannot run in DOS mode
What says that? DOS is an operating system, not a "mode". Both Dev-C++ and MinGW compiler can neither work in or build applications for DOS; just Win32.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been trying to compile and run allegro with Dev/C++,
My compiler is -lalleg and my linker is ...\lib\liballeg.a
but when I compile it says cannot run in DOS mode what is wrong with it can someone tell me
Please post your Basic 3.
Also, where did you get Allegro from?
Wayne
> My compiler is -lalleg
That is a linker option.
> and my linker is ...\lib\liballeg.a
That is a library path.
I imagine that English is not your first language because those statments make little sense. Posting the build log will tell use exactly how your project is configured without you having to say anything else.
> it says cannot run in DOS mode
What says that? DOS is an operating system, not a "mode". Both Dev-C++ and MinGW compiler can neither work in or build applications for DOS; just Win32.
Clifford