Board index » cppbuilder » required file missing designide.bpl
swidme
![]() CBuilder Developer |
Fri, 19 Aug 2005 15:04:25 GMT
|
swidme
![]() CBuilder Developer |
Fri, 19 Aug 2005 15:04:25 GMT
required file missing designide.bpl
My program is complaining when I distribute it that it neds the
designide.bpl. Problem is this package is not listed in the redistributal files by borland, how do I fix this?? Steve |
Team
![]() CBuilder Developer |
Fri, 19 Aug 2005 15:38:07 GMT
Re:required file missing designide.bplYour project is not set up correctly to begin with if it is requiring that file at runtime. That is a design-time only file. You should not be putting design-time code into your project at all, and in fact Borland strictly forbids it now. The design-time files are not redistributable. Gambit Quote"swidmer" <swid...@widmertime.com> wrote in message Quote> My program is complaining when I distribute it that it neds |
swidme
![]() CBuilder Developer |
Fri, 19 Aug 2005 15:55:33 GMT
Re:required file missing designide.bplRemy, Thank you for your reply - I understand this. My problem is what options in Steve "Remy Lebeau (TeamB)" <gambi...@yahoo.com> wrote in message Quote> Your project is not set up correctly to begin with if it is requiring that |
swidme
![]() CBuilder Developer |
Sat, 20 Aug 2005 01:05:08 GMT
Re:required file missing designide.bplI found a document in Borland Cmmunity that regards this under Delphi, unfortunately I do not understand Delphi well enough to make heads or tails out of this document and convert its information to CBuilder. The document is titled "What ever happened to Proxies.pas?" by Jeff Overcash Steve Quote"swidmer" <swid...@widmertime.com> wrote in message Quote> Remy, |
Team
![]() CBuilder Developer |
Sat, 20 Aug 2005 01:43:13 GMT
Re:required file missing designide.bplFor further reference, when referring to published articles, please always include either the ID number or the URL to the actual article. As for the details of article itself, they only apply to component writers, Gambit Quote"swidmer" <swid...@widmertime.com> wrote in message Quote> I found a document in Borland Cmmunity that regards this under |
swidme
![]() CBuilder Developer |
Sat, 20 Aug 2005 02:02:38 GMT
Re:required file missing designide.bplNope - I just use components at this time, I do not want to write just now... I gues this will require on of those "support calls" to Borland. Thanks. Steve "Remy Lebeau (TeamB)" <gambi...@yahoo.com> wrote in message Quote> For further reference, when referring to published articles, please always |
Team
![]() CBuilder Developer |
Sat, 20 Aug 2005 03:55:56 GMT
Re:required file missing designide.bplYou didn't listen to what I said. It's not a problem with Borland's native components. The packages are properly segregated into separate run-time and design-time packages. If you're using your own custom components then the problem is most likely related with a *third-party* component that you are using, if youare using any. A lot of third-party component developers still don't properly separate their run-time code from their design-time code. Gambit Quote"swidmer" <swid...@widmertime.com> wrote in message Quote> Nope - I just use components at this time, I do not want to write just |
swidme
![]() CBuilder Developer |
Sat, 20 Aug 2005 05:30:12 GMT
Re:required file missing designide.bplSorry, Apparently I did not understand you, please forgive me for not thinking Steve Quote> You didn't listen to what I said. It's not a problem with Borland's |
Team
![]() CBuilder Developer |
Sat, 20 Aug 2005 05:43:54 GMT
Re:required file missing designide.bplAll of those are third-party suites, not Borland's native ones. Any one of them could be the couse, or it could be something completely diffferent. I can't speak for TurboPower or OnGuard, as I have never used either one myself, but I do know that the version of Indy that comes with Builder 6 is quite outdated. I don't remember whether it properly separates the code or not. Either way, you should upgrade it to the latest version from http://www.nevrona.com/indy anyway just for the bug fixes and such. Gambit Quote"swidmer" <swid...@widmertime.com> wrote in message Quote> Indy9 (SNTP functions) and TurboPower's AsynchPro 4 |
swidme
![]() CBuilder Developer |
Sat, 20 Aug 2005 07:03:18 GMT
Re:required file missing designide.bplRemy, Thanks. Steve P.S. I am using Indy9 "Remy Lebeau (TeamB)" <gambi...@yahoo.com> wrote in message Quote> All of those are third-party suites, not Borland's native ones. Any one |
1. Much linker errors after adding designide.bpi to my requires section in my bcb6 package
2. A required .DLL file, DCLUSR50.BPL was not found
4. static .bpl linking: missing .DFM file
5. actionList requires deployment of VCL50.bpl
6. required package: "dcldb50.bpl" not found