[Home]  [Edit this page]  [Recent Changes]  [Special Pages]  [Help
CppBuilderMiscErrors

C++ Builder misc errors

These errors are either behavioural (i.e. you get other results then you'd expect) or pop up by a message box before execution of the program or even before starting Builder!

Other errors

Page overview

  • Debugger kernel BORDBK61.DLL is missing or not registered
  • Debug process already running: invalid access to memory location
  • Internal error COM-656
  • Out of memory while expanding memory stream
  • XML project section, LINKER not found
  • Access violation in module BCBEDIT.DLL
  • Graphical errors

Debugger kernel BORDBK61.DLL is missing or not registered

You can register this file with:
regsvr32 C:\Program Files\Common Files\Borland
Shared\Debugger\bordbk61.dll


If this still does not work, then uninstall und reinstall C++ Builder.

  • Copying the to a path does not help
  • Selecting 'Repair' from the installation CD does not help.

Debug process already running: invalid access to memory location

Unknown cause. Restart C++ Builder or restart your computer.

Internal error COM-656

Unknown cause. Restart C++ Builder or restart your computer.

Out of memory while expanding memory stream

Occurs when you add e.g. big bitmap images as design-time to your TForm. Remove or replace these and use e.g.
Image1->Picture->LoadFromFile("myBitmap.bmp");


XML project section, LINKER not found

I got this at starting up Builder. Unknown cause. Restart C++ Builder or restart your computer.

Error reading ScrollBox1->ExplicitLeft: Property ExplicitLeft does not exist

Full error message:

Error reading ScrollBox1->ExplicitLeft: 
Property ExplicitLeft does not exist.
Ignore the error and continue?
NOTE: Ignoring the error may cause components
to be deleted or property values to be lost.


This occurred before compiling C++ Builder 2006 units on C++ Builder 6.

I pressed 'Cancel', searched the code for 'ScrollBox1' and found in a certain header file 'TScrollBox * ScrollBox1;'. I removed these lines and everything compiled fine?

Access violation in module BCBEDIT.DLL

Full error message:

Access violation at address 42008ECF in module BCBEDIT.DLL. 
Read of address 03EC0000


Can occur at any moment while editing. It happens to me since the 28th of March 2007, although I have not changed anything. Perhaps it is some Windows problem?

Graphical errors

When I use ScanLine on a TImage, my image looks 'cloned' (using VCL).

ScanLine works on 24-bit bitmaps. You have loaded a 256 color bitmap.

last edited (July 3, 2007) by bilderbikkel, Number of views: 8236, Current Rev: 15 (Diff)

[Edit this page]  [Page history]  [What links here]  [Discuss this topic]  [Printer Friendly]  

Members

Username:

Password:


Register
Forgot Password?




Programmers Heaven - for .NET, Java, C/C++ and WEB Developers!
© 1996-2008 Community Networks Ltd. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Tore Nestenius at .NET Consultant - Synchron Data.