Recompile Wizard - FastReport 4.3
Shivan
Germany
I've got some problems with the recompile wizard...
I tried to change the TeeChart version to TeeChart8 and the log shows me, when using "Change TeeChart version":
But dclfrxTee10.bpl and .dcp won't be updated. (have the samte date/time as before) -- The same with dclfsTee10.bpl and dcp.
The fsTee10.bpl in the Windows System32 directory will be changed but not the .dcp in the LibD10 folder? -- same with frxTee10
Even when using "Recompile all packages" and "With debug info" the files mentioned will be compiled. I had to manually compile them to get them work with teechart8.
I manually fixed it by additionally compiling in the "LibD10"-directory of FastReport:
dcc32 ..\FastScript\fsTee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\FastScript\dclfstee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\Source\frxtee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\Source\dclfrxtee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\FastScript\fs_ichartrtti.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChart.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChartEditor.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChartHelpers.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChartRTTI.pas -Ud:\Lib_to_teechart\TeeChart
If I don't do this, I can't install the packages in Delphi because these need "TEE" (which is the old TeeChart Standard) instead of TeePro8 and so on...
Did I do something wrong? Or is it a bug in FR4.3.2?
I tried to change the TeeChart version to TeeChart8 and the log shows me, when using "Change TeeChart version":
fsTee10.dpk compiled
frxTee10.dpk compiled
dclfsTee10.dpk compiled
dclfrxTee10.dpk compiled
Done
But dclfrxTee10.bpl and .dcp won't be updated. (have the samte date/time as before) -- The same with dclfsTee10.bpl and dcp.
The fsTee10.bpl in the Windows System32 directory will be changed but not the .dcp in the LibD10 folder? -- same with frxTee10
Even when using "Recompile all packages" and "With debug info" the files mentioned will be compiled. I had to manually compile them to get them work with teechart8.
I manually fixed it by additionally compiling in the "LibD10"-directory of FastReport:
dcc32 ..\FastScript\fsTee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\FastScript\dclfstee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\Source\frxtee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\Source\dclfrxtee10.dpk -Ud:\Lib_to_teechart\TeeChart
dcc32 ..\FastScript\fs_ichartrtti.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChart.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChartEditor.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChartHelpers.pas -Ud:\Lib_to_teechart\TeeChart
dcc32 frxChartRTTI.pas -Ud:\Lib_to_teechart\TeeChart
If I don't do this, I can't install the packages in Delphi because these need "TEE" (which is the old TeeChart Standard) instead of TeePro8 and so on...
Did I do something wrong? Or is it a bug in FR4.3.2?
Comments
I used the wrong "Path to TeeChart dcu files".
The path sounded right and the tool didn't tell me that there were no suitable teechart files in...
(The path was the one, I used with my trial version of TeeChart - which didn't exist anymore)