6.1.11 - Issue
Hi
With the 6.1.11 when you addidionally have the source path \FastReport 6 VCL Enterprise\Source in your delphi library,
then a error will accure when you put a TfrxADOComponents onto Form and try to compile.
Is there any turnaround? I want to include the source path for some debugging reasons.
best regards
With the 6.1.11 when you addidionally have the source path \FastReport 6 VCL Enterprise\Source in your delphi library,
then a error will accure when you put a TfrxADOComponents onto Form and try to compile.
[dcc32 Fataler Fehler] frxDBSet.pas(626): F2051 Unit frxADOComponents wurde mit einer unterschiedlichen Version von frxDBSet.TfrxDBDataset.GetDisplayText compiliert
With the old 6.1.3 there is no such problem.Is there any turnaround? I want to include the source path for some debugging reasons.
best regards
Comments
For simulating
- add the Fastreport \source path to your delphi search pathes
- make new delphi projekt and put a TfrxADOComponents onto Form
- try to compile or run the projekt
P.S: same issue with the current 6.1.12
In my setting lot of the classes pas files like frxClass or frxPreview are not included in the LibDXX folder. This is why I added the source path.
Because It is very comfortable to click with STRG+Mouse on a FastReport Class like frxClass to jump into and do some study.
Or more important by debugging press F7 on a FastReport Method like eg the PrepareReport to step into that Method and go ahead debugging.
...do I miss smth in my setting?
You're right after selected that extra option, I now have all pas files in the LibDXX folder. Sorry for confusion and THX for patience with me.
best regards