 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
nets Guest
|
Posted: Wed Feb 22, 2006 5:03 pm Post subject: Debugging tip ??? |
|
|
Hi All!
I have an application that builds fine with BCB6 and works fine on one
computer. But, when running builds made on the other computer, I get
following error message:
---------------------------
Debugger Exception Notification
---------------------------
Project test.exe raised exception class EReadError with message
'Property Balance does not exist'. Process stopped. Use Step or Run to
continue.
---------------------------
OK Help
---------------------------
Then, when running the debugger, it stops on following line (130) in
file ...\VCL\Forms.hpp:
TForm(Classes::TComponent* AOwner) : TCustomForm(AOwner) { } // HERE
Any ideas where to start looking?
Thanks!
nets |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Feb 22, 2006 11:03 pm Post subject: Re: Debugging tip ??? |
|
|
"nets" <nope (AT) dont (DOT) com> wrote in message
news:uh2pv1lfrgrhq53clko56p3ttsfv0na6ok (AT) 4ax (DOT) com...
| Quote: | I have an application that builds fine with BCB6 and works fine
on one computer. But, when running builds made on the other
computer, I get following error message:
|
Without knowing more about your particular setup, my guess would be that the
machine has an older version of the offending component that does not have a
Balance property, but the project is linking to a newer version of the DFM
that expects the property to be present.
Gambit |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|