Delphi 10 Update 1 + UniDac 6.2.8

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Uli65
Posts: 12
Joined: Wed 22 Feb 2012 10:11

Delphi 10 Update 1 + UniDac 6.2.8

Post by Uli65 » Mon 23 Nov 2015 12:09

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Delphi 10 Update 1 + UniDac 6.2.8

Post by AlexP » Tue 24 Nov 2015 15:41

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.

Uli65
Posts: 12
Joined: Wed 22 Feb 2012 10:11

Re: Delphi 10 Update 1 + UniDac 6.2.8

Post by Uli65 » Tue 24 Nov 2015 19:55

Yes, that worked. Thank you!

Best Regards
Uli

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Delphi 10 Update 1 + UniDac 6.2.8

Post by AlexP » Wed 25 Nov 2015 07:24

You are welcome. Feel free to contact us if you have any further questions.

Post Reply