Jump to content

SQLite3.dll


Recommended Posts

Hi all,

I have a script that uses SQLite.

These includes are in the script :

..
#include <SQLite.au3>
#include <SQLite.dll.au3>
..

It was compiled with the Autoit v3.2.1.14 (beta)

Recently I recompiled the script to Autoit v3.2.3.14 (beta) and the script didn't work anymore. (the SQLite functions)

It took me some time before I found the cause :

Aparantly the (compiled) script creates a .dll file : C:\windows\system32\SQLite3.dll

(old SQLite3.dll date = 08/12/2006)

The problem : when executing the newer compiled version of the script it does not overwrite the older SQLite3.dll

To solve the problem, I had to delete/rename the old SQLite3.dll and then run the newly compiled script again.

(new SQLite.dll date = 02/13/2007)

I have to do this on several machines ...

Question :

Why does it not auto-overwrite the older SQLite3.dll ?

Is this normal behaviour of the embedded/wrapped SQLite functionality in Autoit ?

D2charkeeper = No more 'expired characters' in D2.File Date Changer = Change the file date(s), attributes and the filename case of multiple files @ once.Updater_full = Copy/Update your autoitscripts, pictures, .mp3, .avi etc ... subdirs from your PC to your memory stick or to your external harddisk. Now with scheduling and logging.Questmapper
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...