Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
gltianya
User
User
Posts: 23
Joined: Wed Jul 07, 2021 12:02 pm

Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?

Post by gltianya »

Is there a possibility to use https://github.com/utelle/SQLite3MultipleCiphers to replace the sqlite3 currently in use? :?:
infratec
Always Here
Always Here
Posts: 7576
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?

Post by infratec »

Have you tried the dll?
gltianya
User
User
Posts: 23
Joined: Wed Jul 07, 2021 12:02 pm

Re: Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?

Post by gltianya »

infratec wrote: Wed Feb 22, 2023 9:27 pm Have you tried the dll?
Yes, I tried to use the DLL compiled by VS2019 community edition, it can work very well in pb5.73, so I have reason to believe that it should also work in PB6, in fact, I would like to be able to use its static directly in PB library version.

As introduced on the purebasic homepage " No external DLLs, runtime interpreter or anything else required when creating executables"
infratec
Always Here
Always Here
Posts: 7576
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?

Post by infratec »

As introduced on the purebasic homepage " No external DLLs, runtime interpreter or anything else required when creating executables"
If you want something special, you need something special :wink:

The sentence is valid for all stuff you can do native with PB and not for special wishes.
Post Reply