Page 1 of 1

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

Posted: Mon Feb 20, 2023 4:35 am
by gltianya
Is there a possibility to use https://github.com/utelle/SQLite3MultipleCiphers to replace the sqlite3 currently in use? :?:

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

Posted: Wed Feb 22, 2023 9:27 pm
by infratec
Have you tried the dll?

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

Posted: Thu Feb 23, 2023 9:37 am
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"

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

Posted: Thu Feb 23, 2023 10:07 am
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.