Hello,
I'm getting this error in a project that use the SQLiteUniProvider when compile with 6.2.8 version:
[dcc32 Fataler Fehler] DPrData.pas(16): F2063 Verwendete Unit 'LiteStaticCallUni.pas' kann nicht compiliert werden
Best Regards
Uli
Delphi 10 Update 1 + UniDac 6.2.8
Re: Delphi 10 Update 1 + UniDac 6.2.8
Hello,
Most probably, you haven't completely deleted the old UniDAC version. Please delete UniDAC, make sure that there are no UniDAC *.dcu, *.bpl files remained in the folder, where UniDAC was installed, and in the bin folder of Delphi, as well old *.dcu files of your project. Install UniDAC and make sure that the Library Path points to correct UniDAC directories.
Most probably, you haven't completely deleted the old UniDAC version. Please delete UniDAC, make sure that there are no UniDAC *.dcu, *.bpl files remained in the folder, where UniDAC was installed, and in the bin folder of Delphi, as well old *.dcu files of your project. Install UniDAC and make sure that the Library Path points to correct UniDAC directories.
Re: Delphi 10 Update 1 + UniDac 6.2.8
Yes, that worked. Thank you!
Best Regards
Uli
Best Regards
Uli
Re: Delphi 10 Update 1 + UniDac 6.2.8
You are welcome. Feel free to contact us if you have any further questions.