yesterday I noticed that there's no SQLITEx.DLL in my PB4.20 directory tree. Don't we need to pack it with our applications anymore? That would be great!
Does anyone know how to get to the other functions in there? Or can you only access it through database functions that PB has exported?
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
but this is going to need a dll too isn't it? (I'm not very experienced with using libs) If we use PB's commands to open a DB and then want to use some other SQLite function out of that lib, can we? (assuming we can find DB and statement handles at some stage)
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
> but this is going to need a dll too isn't it?
No, this using the static lib, no dll!
Only the older wrapper in the thread using a dll
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
First line is command for pbcompiler to import the static lib and
in the second command we can use "" for import
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.