Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Violation Error on ShowMessage()

199 views
Skip to first unread message

Hervé Wilquin

unread,
Feb 5, 2006, 9:41:17 AM2/5/06
to
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?


Remy Lebeau (TeamB)

unread,
Feb 7, 2006, 1:40:54 PM2/7/06
to

"Hervé Wilquin" <wilquin...@yahoo.com> wrote in message
news:43e6...@newsgroups.borland.com...

> 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


0 new messages