0

When trying to use an SQLite connection in a Win32 project on XE3 using version 8.0.5.3365 of FireDAC I'm getting the following error:

[dcc32 Fatal Error] uADPhysSQLiteCli.pas(992): F2051 Unit uADStanCipher was compiled with a different version of uADStanUtil.ADFreeAndNil

Can someone please help me out?

TLama
  • 75,147
  • 17
  • 214
  • 392
Copilot
  • 782
  • 6
  • 17
  • Have you downloaded the modified `uADStanCipher` unit before you installed version 8.0.5.3365 ? There was a standalone hotfix for this unit as far as I remember and maybe the IS installer didn't overwrite that version of this unit. – TLama Feb 06 '14 at 14:58
  • The unit is not available in the clean installation of firedac, only a dcu. Also, the standalone hotfix, AFAIK, was only for 64 bit, not for 32 bit compilation. – Copilot Feb 06 '14 at 15:02

1 Answers1

0

Try putting ADGUIxWaitCursor1 on your form.

user3181689
  • 241
  • 6
  • 22