When I try to open a SQLite database, the script exits within the _SQLite_Open() function.
I have debugged the code in SQLite3.au3 and the culprit is the DLL call to xx. Specifically to this code:
Local $avRval = DllCall($__g_hDll_SQLite, "int:cdecl", "sqlite3_open_v2", "struct*", $tFilename...