On Mac V3.4.10 faults at .Connect call but not on W10

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nszmnsky
Posts: 15
Joined: Wed 21 May 2014 17:07

On Mac V3.4.10 faults at .Connect call but not on W10

Post by nszmnsky » Mon 11 Feb 2019 03:43

Using TLiteConnection in Rio10.3, the compiled program runs on W10 64 but faults when .Connect is called when running on Mac OSX10.13.6 Downgraded back to 3.4.9 and program runs correctly in both places. Is this same issue as "Direct mode crashes" topic?

KajC
Posts: 8
Joined: Sun 30 Jun 2013 10:38

Re: On Mac V3.4.10 faults at .Connect call but not on W10

Post by KajC » Fri 15 Feb 2019 17:42

I would think so. Calling Connect resulted in an exception most of the time for me. If you are using direct mode in the Windows app you should get the same error. Suggested source modification worked for me.

// KajC

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: On Mac V3.4.10 faults at .Connect call but not on W10

Post by MaximG » Tue 02 Apr 2019 14:53

We could not reproduce the issue according to your description. For further investigation, please compose and send us a project, execution of which causes the issue. It is convenient to do it using the e-support form ( https://www.devart.com/company/contactform.html)

Post Reply