Code::Blocks Forums

User forums => Help => Topic started by: tph on August 05, 2009, 02:27:03 am

Title: Turbo C in CodeBlocks?Help!
Post by: tph on August 05, 2009, 02:27:03 am
Recently ,i got some troubles about cb compiler.

i want change my compiler to Turbo c 2.0 or Trubo c++ 3.0 for some reasons

who can tell me is it possible to do that ?

if i can and how to do that ? if no, tell me why?

need i modify the compilegcc plugin?

thx!!   :P :P :P :P :P :P
Title: Re: Turbo C in CodeBlocks?Help!
Post by: stahta01 on August 05, 2009, 05:34:54 am
I am guessing Turbo c 2.0 is an Borland Compiler.

Try using "Borland C++ Compiler"

Settings -> Compiler and Debugger
Change selected compiler to "Borland C++ Compiler"
Click "Set as Default"
Under "Toolchain executable"
Set/verify the compiler installation directory
Set/verify the compiler directories

Tim S
Title: Re: Turbo C in CodeBlocks?Help!
Post by: Ceniza on August 13, 2009, 07:11:01 pm
I tried that once, but I could not get it to work reliably. It looked like running those old 16 bits DOS executables had some issues. I did it for fun, though.

Why do you want to use a compiler that is more than 20 years old when there are enough up to date ones?