News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Errors in borland C++

Started by hrishi_k86, September 13, 2008, 09:10:24 AM

Previous topic - Next topic

hrishi_k86

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.

MortenMacFly

...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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]