On 2015-02-18 08:03, leledumbo wrote: > single dll/so (or nothing if you statically linked it). With firebird > embedded, you need to: > - supply a bunch of dll/so (firebird doesn't consist of just one) > - specify a config file > - set some environment variables before program start > easy, but certainly more than sqlite.
For Firebird embedded deployment we supply 7 small DDLs under Windows (could be reduced on newer Windows systems) or 1 SO file under Linux/FreeBSD in the same directory as our executable. No config file or environment variables are required. Tested under Win2000-Win8 and Ubuntu 10.04-latest. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
