Page 1 of 1
DCubeRecomp.exe and missing GqeDelph
Posted: Thu Nov 23, 2006 1:47 pm
by 9337130
I look for the old messages but there is no help.
I wan't to recompile Decision Cube with Delph 2006.
I foun no description for DCubeRecomp.exe but I found :
DCubeRecomp.exe 1 means to compile Delphi 1
DCubeRecomp.exe 10 closed directly
;DCubeRecomp.exe 2006 tell that it is inpossible to compile Delphi 2006
manual compilation need GqeDelph.dcu.
This unit is not on my PC.
How can I work with Decision Cube ?
Thanks
Posted: Thu Nov 23, 2006 3:28 pm
by narcis
Hi waa,
Are you running DCubeRecomp.exe provided with TeeChart's binary installer for Delphi 2006? You will find it at C:\Program Files\Steema Software\TeeChart 708 for Delphi 2006\Delphi10\Decision Cube.
Please read Decision Cube.txt and run the tool "as-is".
If you are a TeeChart Pro v7 VCL source code customer then the Recompile tool provided with the sources will automatically compile and install Decision Cube packages.
DCube
Posted: Thu Nov 23, 2006 5:57 pm
by 9337130
I'm sorry,
but this doesn't work.
The binary install V 7.08.
The source is 7.07 ( here is no tool)
perhaps the reason is the german path ?
If I start the tool from the binary path a window is open and closed. Not more !
Posted: Mon Nov 27, 2006 3:58 pm
by Pep
Hi,
yes, you're correct, something is happening with the DCubeRecomp.exe tool, we're going to take a look what the problem is. It could be related with the paths where the BDS is installed.
In meantime, have you tried to recompile the Decision Cube packages manually ?
You can find a detailed instructions into the "Decision Cube.txt" file under:
D:\Program Files\Steema Software\TeeChart 7.08 for Delphi 2006\Delphi10\Decision Cube
Posted: Tue Nov 28, 2006 7:19 pm
by 9337130
Hi,
with manual rebuild there is a unit missing.
I don't remember that name but this is the wellknown missing unit.
If you need the name I can send it to you tomorrow.
Thanks
Werner
Posted: Wed Nov 29, 2006 9:51 am
by Pep
Hi Werner,
yes please, which unit is missing ?
Posted: Mon Dec 04, 2006 2:12 pm
by 9337130
Hi,
the unit is GqeDelph in the dcldss(x).dpk.
The dss.dpk is ok.
Werner
Posted: Tue Dec 12, 2006 8:09 am
by Pep
Hi Werner,
I remember some customers who have the same problem, to solve it try the following:
1) Add DelphiX\Source\ToolsApi\ directory to the search path
2) Set the "Build Control" to "Explicitly rebuild".
Posted: Tue Dec 12, 2006 5:07 pm
by 9337130
Hi Josep,
this is not my solution.
Everytime the Unit MXDSSQRY will build and there is
implementation
uses
GqeDelph;
and that's it
For the unit MXDSSQRY I have only the .pas and the dfm File.
Werner