SQLite Experts,
I uninstalled both Beta (3.3.7) and Prod (3.3.6) versions of AutoIT. I then installed version 3.3.8.
I was unable to run a script using SQLite due to "SQLite.dll not found" so I followed JHCD's directions here
I was still unable to run this script until I added #requireadmin.
The script is started by DBL clicking a desktop icon pointing to a script source file. The statement that generates the error is
_SQLite_Startup ($sdll_filename = "c:dautoitsourcesqlite3.dll",$bforcelocal=1)
This behaviour started with 3.3.7 (beta). I got around it by running this under 3.3.6 (posted the problem but never resolved).
I am running this as a 32 bit app. I am not trying to write to the root dir of "c:", nor am I trying to change any windows or registry settings. Any idea why I need #requireadmin.
Just as an aside, I turned off UAC and tried to change permissions to write to the "program files" directory without sucess. This must be a Win7 thing and what other suprises await!!?!!
Thanks,
kylomas