Author Topic: Errors in borland C++  (Read 4697 times)

hrishi_k86

  • Guest
Errors in borland C++
« on: September 13, 2008, 09:10:24 am »
I am using Borland C++ compiler 5.5 for CodeBlocks. I can build / compile all my C/C++ programs. But when I run the programs I get the messages that "External Errors at C:\Borland\BC55\Lib\COX32.obj".
So I cannot execute my programs.
So plz can you help me.
Thanx.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Errors in borland C++
« Reply #1 on: September 13, 2008, 01:12:06 pm »
...not really related to C::B.

Do the following: Enable full compiler logging (see my sig how to do so) and post the question in a Borland (compiler) related forum, including the command line you are using for the build.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ