Forum > Suggestions

Sqlite tips leak dll usage and function. need update ...

(1/1)

jenson:
path:\lazarus\fpc\3.2.2\source\packages\sqlite\src\sqlite3.inc, line 1188,1189

This tips leak dll usage and function. Or maybe change to:

SErrLoadFailed     = 'Can not load the library "%s". Check your installation.'
SErrAlreadyLoaded  = 'App interface already initialized from library %s.';

---

Do not let user know this err dll is sqlite libs. maybe we want reset name the "sqlite3.dll" to "applib.dll" or other name.

Khrys:
Renaming the DLL is useless in throwing off someone who's curious as to what it does. Just run  dumpbin /exports applib.dll  and you'll be greeted by a slew of  sqlite3_-prefixed symbols.
Why exactly do you want to hide the fact you're using SQLite3?

Zvoni:

--- Quote from: Khrys on September 17, 2024, 07:22:48 am ---Renaming the DLL is useless in throwing off someone who's curious as to what it does. Just run  dumpbin /exports applib.dll  and you'll be greeted by a slew of  sqlite3_-prefixed symbols.
Why exactly do you want to hide the fact you're using SQLite3?

--- End quote ---
So noone could get the idea to try to open any file with DBBrowser.....
*sigh*

Navigation

[0] Message Index

Go to full version