Jump to content

sqlite in v3.3.12.0


Recommended Posts

FYI for anyone else having similar issues ...

I have found that since upgrading to v3.3.12.0, none of my scripts that include sqlite will compile anymore, although they run perfectly from within SciTE.

Since I almost always use the /striponly option for Obfuscator, __SQLite_ConsoleWrite was being reported as an unknown function.

Adding __SQLite_ConsoleWrite to line #2 of SQLite.au3 fixes the problem.

#ignorefunc __SQLite_Inline_Version, __SQLite_Inline_Modified, __SQLite_ConsoleWrite
Edited by willichan
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...