 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Brian Rasmusson Guest
|
Posted: Sat Jan 28, 2006 10:42 pm Post subject: DesignIntf.dcu not found |
|
|
Hi,
I'm trying to upgrade a third party Delphi component to work with C++Builder
2006.
When compiling, it complains that 'DesignIntf.dcu' is not found. As I
understand it, that is now "hidden" in the designide file. designide.bpi is
in the Requires section of the project. What am I missing?
Their uses section contains:
{$IFDEF VER180} DesignIntf, DesignEditors {$ENDIF} //D2006
"Requires" contains: designide.bpi, rtl.bpi, vcl.bpi, vclactnband.bpi,
vclx.bpi, xmlrtl.bpi
Regards,
Brian
|
|
| Back to top |
|
 |
Jeff Overcash (TeamB) Guest
|
Posted: Sun Jan 29, 2006 5:03 am Post subject: Re: DesignIntf.dcu not found |
|
|
Brian Rasmusson wrote:
| Quote: | Hi,
I'm trying to upgrade a third party Delphi component to work with C++Builder
2006.
When compiling, it complains that 'DesignIntf.dcu' is not found. As I
understand it, that is now "hidden" in the designide file. designide.bpi is
in the Requires section of the project. What am I missing?
Their uses section contains:
{$IFDEF VER180} DesignIntf, DesignEditors {$ENDIF} //D2006
"Requires" contains: designide.bpi, rtl.bpi, vcl.bpi, vclactnband.bpi,
vclx.bpi, xmlrtl.bpi
|
If this is a 100% pascal based component set (more than likely) then bring up
the options and check the build all C++ files in the linker. It is simpler than
building a second C++ package and getting that right.
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
A human being should be able to change a diaper, plan an invasion, butcher
a hog, conn a ship, design a building, write a sonnet, balance accounts, build
a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act
alone, solve equations, analyze a new problem, pitch manure, program a computer,
cook a tasty meal, fight efficiently, die gallantly. Specialization is for
insects. (RAH)
|
|
| Back to top |
|
 |
Brian Rasmusson Guest
|
Posted: Sun Jan 29, 2006 7:58 am Post subject: Re: DesignIntf.dcu not found |
|
|
| Quote: | If this is a 100% pascal based component set (more than likely) then bring
up
the options and check the build all C++ files in the linker. It is
simpler than building a second C++ package and getting that right.
|
Yes, I tried that. It also installs fine, but when I restart the IDE it
complains that it cannot find a symbol in one of the .BPL files.
I'll keep hunting .. :-)
Brian
|
|
| Back to top |
|
 |
OBones Guest
|
Posted: Sun Jan 29, 2006 9:51 am Post subject: Re: DesignIntf.dcu not found |
|
|
You need to add -LUDesigneIde to the dcc32 command line options.
The bpi in the requires section is for the linker, but the complaint you
get is from dcc32. Two different buddies. Note that this "problem" has
been around since C5 at the very least.
|
|
| Back to top |
|
 |
Brian Rasmusson Guest
|
Posted: Sun Jan 29, 2006 10:09 pm Post subject: Re: DesignIntf.dcu not found |
|
|
| Quote: | You need to add -LUDesigneIde to the dcc32 command line options.
|
Ah yes, now that you mention it, I've seen that one before but forgot about
it.
It solved the problem. Thanks!
Brian
|
|
| 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
|
|