Hi Friends,
this is probably not the right forum here, but since I updated to v 3.8.0.0 the exes I compile with SQLite are a lot smaller and the SQLite functions are not available on other Computers. E.g. I create a script locally with sqlite.dll.au3 as an include, and I copy it to another PC (that has never had AutoIT) it won't load the SQLite.dll. For testing I just used the example for _SQLite_Open() from the helpfile and compiled it.
Also it tells me locally that the version is 3.6.22 and it is located in C:\Windows\System32\ . I think in the release notes Jon (? ) stated that it should be Version 3.7.2.0
The contents of the sqlite.dll.a3 file consists of only 2 functions:
;Inline ....binSQLiteSQLite3.dll, Creation Time: 2010/08/30 08:34:16
#include-once
Func __SQLite_Inline_Modified()
Return "20100830083416" ; 2010/08/30 08:34:16
EndFunc ;==>__SQLite_Inline_Modified
Func __SQLite_Inline_Version()
Return "300700200" ; 3.7.2.0
EndFunc ;==>__SQLite_Inline_Version
Am I missing something here? It didn't give me any error on installing.