On 11 Dec 2017, at 8:59am, Ertan Küçükoğlu <ertan.kucuko...@1nar.com.tr> wrote:

> Error I am getting when application runs is: EInOutError: Can not load
> SQLite client library "sqlite3ce.dll". Check your installation.

Given this page

<https://www.freepascal.org/docs-html/rtl/sysutils/einouterror.html>

"EInOutError is raised when a IO routine of Free Pascal returns an error. The 
error is converted to an EInOutError only if the input/output checking feature 
of FPC is turned on. The error code of the input/output operation is returned 
in ErrorCode."

Can you look at the error code in 'ErrorCode' ?

Or can you turn off the input/output checking feature of FPC ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to