| View previous topic :: View next topic |
| Author |
Message |
riweber Guest
|
Posted: Fri May 18, 2007 8:10 am Post subject: Problems with Tool-Palette |
|
|
I have installed a new package (Async Pro) in BDS2006 (C++). I compiled
it and I installed it but there aren't any components in the
Tool-Palette, but the package is installed. Normally I can see the
cmponents in the Tool-Palette immedeatly. I also tried to restart
BCB2006. Do you have any ideas? |
|
| Back to top |
|
 |
riweber Guest
|
Posted: Fri May 18, 2007 5:40 pm Post subject: Re: Problems with Tool-Palette |
|
|
Ok, I saw that in Delphi these components are shown. I'm wondering that
these package dowesn't work with C++...
riweber schrieb:
| Quote: | I have installed a new package (Async Pro) in BDS2006 (C++). I compiled
it and I installed it but there aren't any components in the
Tool-Palette, but the package is installed. Normally I can see the
cmponents in the Tool-Palette immedeatly. I also tried to restart
BCB2006. Do you have any ideas? |
|
|
| Back to top |
|
 |
jmd Guest
|
Posted: Fri May 18, 2007 8:20 pm Post subject: Re: Problems with Tool-Palette |
|
|
riweber wrote:
| Quote: | Ok, I saw that in Delphi these components are shown. I'm wondering that
these package dowesn't work with C++...
riweber schrieb:
I have installed a new package (Async Pro) in BDS2006 (C++). I compiled
it and I installed it but there aren't any components in the
Tool-Palette, but the package is installed. Normally I can see the
cmponents in the Tool-Palette immedeatly. I also tried to restart
BCB2006. Do you have any ideas?
|
You have to enable "Generate all C++ files" in project options.
HTH
jmd |
|
| Back to top |
|
 |
David Dean [CodeGear] Guest
|
Posted: Sat May 19, 2007 1:37 am Post subject: Re: Problems with Tool-Palette |
|
|
In article <464dc447 (AT) newsgroups (DOT) borland.com>, jmd <jarre (AT) email (DOT) com>
wrote:
| Quote: | You have to enable "Generate all C++ files" in project options.
|
In addition, since you have installed the delphi only version
already, you will have to remove it before you compile and install with
the new option set.
--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/> |
|
| Back to top |
|
 |
riweber Guest
|
Posted: Sun May 20, 2007 3:37 pm Post subject: Re: Problems with Tool-Palette |
|
|
Ah, ok. Thank you, now it works...
David Dean [CodeGear] schrieb:
| Quote: | In article <464dc447 (AT) newsgroups (DOT) borland.com>, jmd <jarre (AT) email (DOT) com
wrote:
You have to enable "Generate all C++ files" in project options.
In addition, since you have installed the delphi only version
already, you will have to remove it before you compile and install with
the new option set.
|
|
|
| Back to top |
|
 |
|