Recent

Author Topic: Sqlite tips leak dll usage and function. need update ...  (Read 289 times)

jenson

  • New Member
  • *
  • Posts: 12
Sqlite tips leak dll usage and function. need update ...
« on: September 16, 2024, 04:11:18 pm »
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

  • Jr. Member
  • **
  • Posts: 90
Re: Sqlite tips leak dll usage and function. need update ...
« Reply #1 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?

Zvoni

  • Hero Member
  • *****
  • Posts: 2690
Re: Sqlite tips leak dll usage and function. need update ...
« Reply #2 on: September 17, 2024, 07:59:14 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?
So noone could get the idea to try to open any file with DBBrowser.....
*sigh*
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad

 

TinyPortal © 2005-2018