Using Dev C++ with Turbo C++ compiler
Jan 25, 2011 at 9:28am Jan 25, 2011 at 9:28am UTC
Hi all,
Could I use Dev C++ with the compiler of Turbo C++? Please tell me how to set it up.
Thanks in advance
Jan 25, 2011 at 12:33pm Jan 25, 2011 at 12:33pm UTC
The question is: Why do you want to use an ancient compiler in a very old IDE?
Jan 25, 2011 at 12:37pm Jan 25, 2011 at 12:37pm UTC
Because gcc makes really big .exe files, and it doesnt handle the old graphics.lib
Jan 25, 2011 at 12:53pm Jan 25, 2011 at 12:53pm UTC
Depends how you link libraries. And if a library is very old you should think of getting a newer one.
Especially if you are not programming for DOS...
Jan 25, 2011 at 8:01pm Jan 25, 2011 at 8:01pm UTC
I just want to compile a program that can run in DOS mode.
Jan 25, 2011 at 9:03pm Jan 25, 2011 at 9:03pm UTC
Then you can't use Dev C++ since it's not for DOS
Jan 25, 2011 at 9:31pm Jan 25, 2011 at 9:31pm UTC
Because gcc makes really big .exe files, and it doesnt handle the old graphics.lib
Nope. As Bazzy said, it depends what you are linking with. If you compile with C++ but use C I/O, you can create an exe as small as 5 - 6 k with CodeBlocks - which is using a more up to date gcc than Dev-cpp.
Topic archived. No new replies allowed.