jcpetu Posted October 12, 2014 Share Posted October 12, 2014 Hi all, I create an script using SQLite and it runs from SCite or compiled in my PC without any issue, but when I try to run it from a server (with admin credentials) it stops working on _SQLite_Startup(). Another thing is that when I compile the script I get several warnings but even thought I can run the script whithout any problem because I don't use the mentioned functions. What SQLite version should I use to avoid this warnings? -### StripOnly/StripFunc Error: Found Call() statement using unsolvable Func, which will/could lead to removal of Funcs that are used by this Function. >### current Func: _sqlite_gettable2d C:\Program Files (x86)\AutoIt3\Include\sqlite.au3(589,1) Warning for line:$iCbRval = Call($sCallBack, $aDataRow) -### StripOnly/StripFunc Error: Found Call() statement using unsolvable Func, which will/could lead to removal of Funcs that are used by this Function. >### current Func: _sqlite_gettable2d C:\Program Files (x86)\AutoIt3\Include\sqlite.au3(605,1) Warning for line:$iCbRval = Call($sCallBack, $aDataRow) -### StripOnly/StripFunc Error: Found Call() statement using unsolvable Func, which will/could lead to removal of Funcs that are used by this Function. >### current Func: __sqlite_print C:\Program Files (x86)\AutoIt3\Include\sqlite.au3(1105,1) Warning for line:Call($g_sPrintCallback_SQLite, DllStructGetData($tStr8, 1)) -### StripOnly/StripFunc Error: Found Call() statement using unsolvable Func, which will/could lead to removal of Funcs that are used by this Function. >### current Func: __sqlite_print C:\Program Files (x86)\AutoIt3\Include\sqlite.au3(1107,1) Warning for line:Call($g_sPrintCallback_SQLite, $sText) -############################################################################################# -#### Au3Stripper Found 4 Error(s)!!!! This means your script could have problems running properly. #### -############################################################################################# Thanks in advance and regards. Link to comment Share on other sites More sharing options...
jchd Posted October 12, 2014 Share Posted October 12, 2014 Which version of AutoIt do you use? Download the latest release of SQLite3.dll or SQLite3_X64.dll from http://www.autoitscript.com/autoit3/files/beta/autoit/archive/sqlite/ and FileInstall it (or copy it) on your server: it doesn't seem to have access to the Internet. Post offending code. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
jcpetu Posted October 12, 2014 Author Share Posted October 12, 2014 Hi jchd after copying last SQLite version on server it worked fine. Thanks a lot and regards- Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now