| View previous topic :: View next topic |
| Author |
Message |
Hervé Wilquin Guest
|
Posted: Sun Feb 05, 2006 3:00 pm Post subject: Violation Error on ShowMessage() |
|
|
Hi,
I'm building an application with BCB4.
A click on a button launch an ShowMessage("ok");
If I open this application on a server connected with a Remote Control Soft
(Unicenter Remote Control of Computer Associates International)
Then close the connection and get reconnected
I get an "Access violation at adresse 40050738 in module 'vcl40.bpl'. Read
of address 00000004" on click instead of the message box.
I get the same result with a Form->Show(); action instead of the
ShowMessage("ok");
How can I get around this error? |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Feb 07, 2006 7:00 pm Post subject: Re: Violation Error on ShowMessage() |
|
|
"Hervé Wilquin" <wilquin_nospam (AT) yahoo (DOT) com> wrote in message
news:43e60dcd (AT) newsgroups (DOT) borland.com...
| Quote: | I get an "Access violation at adresse 40050738 in module 'vcl40.bpl'.
Read of address 00000004" on click instead of the message box.
|
You are trying to access a class member via a NULL pointer somwhere.
Gambit |
|
| Back to top |
|
 |
|