Author Topic: C::B Borland C++ Compiler 5.5  (Read 4471 times)

Furiosrexalone

  • Guest
C::B Borland C++ Compiler 5.5
« on: January 21, 2007, 05:58:04 pm »
Everytime I compile a code I get the following message:
Nothing to be done.
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings



And if I try to compile again I get: "Can't find compiler executable in your search path for Borland C++ Compiler 5.5"

Can anyone help me, please?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: C::B Borland C++ Compiler 5.5
« Reply #1 on: January 21, 2007, 06:41:46 pm »
check if the path mentioned in the compiler options for Borland compiler is correct for your Borland install.

I have used Borland 5.5 last friday and it worked, I can check again Tuesday. Which version of CB are you using ??

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: C::B Borland C++ Compiler 5.5
« Reply #2 on: January 21, 2007, 06:54:10 pm »
It works and I regularly use it with Code:Blocks. You can use the following tutorial if you are not sure how to set it properly. It is for BCC 5.82, but procedure is similar.

http://forums.codeblocks.org/index.php?topic=4901.0

Be a part of the solution, not a part of the problem.