Recompile Wizard - FastReport 4.3

ShivanShivan Germany
edited August 2007 in FastReport 4.0
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":
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

  • ShivanShivan Germany
    edited 10:51AM
    Solved it by myself....

    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)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.