Author Topic: Turbo C in CodeBlocks?Help!  (Read 8758 times)

tph

  • Guest
Turbo C in CodeBlocks?Help!
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Turbo C in CodeBlocks?Help!
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Turbo C in CodeBlocks?Help!
« Reply #2 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?