|
Title:
|
Recompiling Decision Cube with Delphi 2007
|
Author:
|
Bob Swart |
Posted:
|
3/14/2008 3:05:30 PM
(GMT+1)
|
Content:
|
The Decision Cube may be deprecated (and only supporting BDE datasets), the source code is still included with Delphi 2007 and CodeGear RAD Studio in the RAD Studio\5.0\source\Win32\xtab directory. However, if you try to recompile the dcldss design-time package, you will get an error message about a missing gQeDelph unit...
This unit is not included in the list of source files, and also not in previous versions of Delphi. So, how can we compile the dcldss package? I quickly found that you only need to add the dclbde package to the requires list of the dcldss package in order to make it compile. And then you can use the (deprecated) Decision Cube even in Delphi 2007.
This problem is also mentioned in QC #45471 and #47700, but without explicitly mentioning the dclbde requirement step...
|
Back |
|