Page 1 of 1
Delphi 2005 - compiling the tb-Orpheus error...

Posted:
September 8th, 2005, 3:41 pm
by yuvaltirosh
I'm trying to compile the 4_6 Orpheus version with the Delphi 2005 and get an error regarding DesignIntf.dcu. I understand it is included in the DesignIde package (DesignEditors as well) which I lack...
Any suggestions?
Thanks,
Yuval

Posted:
September 22nd, 2005, 2:25 pm
by Radagast
As I remember using this package in your components is illegal so Borland did something to stop people from doing this. You can try rewriting the code to avoid using this package (instructions are somewhere on Borland's page) or compile it with Delphi 5 (I think Delphi 6 is the first one with this problem).

Posted:
September 22nd, 2005, 4:38 pm
by Kambiz
Try to add C:\Program Files\Borland\BDS\3.0\lib\designide.dcp to the package. It should solve the problem.

Posted:
September 25th, 2005, 7:21 am
by yuvaltirosh
Hey guys!
Thanx a lot for your help, I've added the component as you said.
yuval