 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
sufferthefools Guest
|
Posted: Tue Jun 20, 2006 6:28 pm Post subject: accesing vcl components from a dll |
|
|
my problem is as follows
i can call a dll and work on it but that dll needs to make changes on
the form that calls it.
when i try the following
(DLL)
this->Parent->ChangeLable("lhello");
(MAIN)
void ChangeLable(AnsiString name);
{
Label2->caption = name;
}
i get an access violation
how do i fix it |
|
| 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
|
|