[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderMiscErrors
If this still does not work, then uninstall und reinstall C++ Builder.
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?
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?
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
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
- C++ compile errors
- C++ linking errors
- C++ runtime errors
- C++ Builder compile errors
- C++ Builder linking errors
- C++ Builder run-time errors
- C++ Builder misc 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
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.[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
