Modify ↓
Attachments (0)
Change History (3)
comment:2 by , on Nov 7, 2013 at 4:30:44 PM
Just a guess without your info
You don't have a SQLite.dll under @SystemDir, @WindowsDir, @ScriptDir or @WorkingDir
If you want to have a downloaded one from www.autoitscript.com you need to use
#include <SQLite.au3>
#include <SQLite.dll.au3>
Local $sDll = _SQLite_Startup("", False, -1) ; to force download if needed
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $sDll = ' & $sDll & @CRLF & '>Error code: ' & @error & ' Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console
comment:3 by , on Nov 7, 2013 at 11:18:35 PM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
The pb come from a bad naming of the file to download
I fix the webfile and it is OK now
Note:
See TracTickets
for help on using tickets.

Please follow ticket advice submission.
How can I debug.
With no more info the ticket will be closed