SQLite3 BaseFunction-Include for Win + Lin + Unicode

Share your advanced PureBasic knowledge/code with the community.
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: SQLite3 BaseFunction-Include for Win + Lin + Unicode

Post by jamba »

Is anyone else using this having some problems with PB 4.5b2?

I am getting a read memory error in the SQLite Prepare procedure. But it is a bit sporadic. Still trying to track it down, never happened before the upgrade though.

Well, it definitely seems sporadic. happens sometimes, but not others.


Edit... nevermind, this seems to have nothing to do with the new version. I just re-installed 4.41, and now I am having the same problem. I must have messed something up in my code. :oops:
-Jon

Fedora user
But I work with Win7
Jan2004
Enthusiast
Enthusiast
Posts: 163
Joined: Fri Jan 07, 2005 7:17 pm

Re: SQLite3 BaseFunction-Include for Win + Lin + Unicode

Post by Jan2004 »

In your example you use sqlite3.dll. In PureBasic 5.11 should sqlite3.dll still be used? (I learn again PB - after a few years break).
Post Reply