 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jérémy Guest
|
Posted: Mon Apr 26, 2004 11:49 pm Post subject: Use VCL into DLL |
|
|
Hi,
I'm using BCB 6 Update 4 and I have put un function in a DLL. The function
has example TComboBox *CmbTemp as argument and inside the function I do
AnsiString Test = CmbTemp->Text;
But when I use this DLL in a client program, the client program loose it's
icon and I cannot minimized it.
It's weird because when I change the line to //AnsiStirng Test =
CmbTemp->Text; in the DLL, everything is ok!
Can you help me?
Thanks
Jérémy
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Apr 27, 2004 12:08 am Post subject: Re: Use VCL into DLL |
|
|
"Jérémy" <jed (AT) cambior (DOT) com> wrote
| Quote: | I'm using BCB 6 Update 4 and I have put un function in a DLL.
The function has example TComboBox *CmbTemp as argument
and inside the function I do AnsiString Test = CmbTemp->Text;
|
If you are going to use the VCL then you should be making a Package instead
of a DLL. A Package is a special type of DLL that has native VCL support
built-in.
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
|
|