Board index » cppbuilder » BDS2006 projects forget "requires" dependencies
Dennis Jones
![]() CBuilder Developer |
BDS2006 projects forget "requires" dependencies2006-09-22 08:59:55 AM cppbuilder104 Hi, I have a project group that contains a runtime package and a design-time package. The runtime package is compiled first, then the design-time package. The design-time package seems to require the runtime package in order to link (this was not the case in BCB6). So, I added the runtime package to the design-time package's "requires" list. I then saved the projects/group, and everything built fine. Now if I close and re-open the project group, the runtime package is no longer in the requires list for the design-time package! The IDE seems to want to remove it. These projects are very simple, just one or two files each, and were converted from existing BCB6 projects. What's interesting is, in BCB6, the runtime package is not listed in the "requires" list, and yet it builds fine. But in BDS, it won't link without it, but the IDE won't keep it -- it's very frustrating. Anybody know what's going on? Is this a known bug in the BDS IDE? - Dennis |