Board index » cppbuilder » error message whilst typing code

error message whilst typing code


2004-02-29 03:01:51 PM
cppbuilder60
Hi guys!
While typing in code into the editor, a little window appears at the bottom
of the editor window with the message:
"[C++ Error]: Unable to invoke Code Parameter due to erros in source code"
Why am I getting this? I am only typing stuff into the editor, and haven't
even started to compile the program. This virtually happens for every
program in which I am typing in the code.
Thanks in advance!
Buck
--
Using M2, Opera's revolutionary e-mail client: www.opera.com/m2/
 
 

Re:error message whilst typing code

"Buck Rogers" < XXXX@XXXXX.COM >wrote in message
Quote
Hi guys!

While typing in code into the editor, a little window appears at the
bottom
of the editor window with the message:

"[C++ Error]: Unable to invoke Code Parameter due to erros in source code"

I got that too. I think this is normal for code complication function.
Whenever it detected the error (even a small syntax error) in source code,
it gives you this messages.
Before go further, you'd better compile the source code and fix the error
first.
If you do not need code completiiong function, turn it off at tools->editor
option
 

Re:error message whilst typing code

"Buck Rogers" < XXXX@XXXXX.COM >wrote in message
Quote
Why am I getting this?
You have Code Insight and/or Code Completion enabled.
Gambit
 

{smallsort}

Re:error message whilst typing code

Buck Rogers wrote:
Quote
Hi guys!

While typing in code into the editor, a little window appears at the bottom
of the editor window with the message:

"[C++ Error]: Unable to invoke Code Parameter due to erros in source code"

Why am I getting this? I am only typing stuff into the editor, and haven't
even started to compile the program. This virtually happens for every
program in which I am typing in the code.
In order to get code completion (the stuff that shows you the available
methods when you type '->' and wait a bit), BCB needs to compile the
line. If it is invalid code, then you have this message. Nothing to
worry about actually.