On Fri, 16 Jan 2009, SteveG wrote:

> Is it possible to have the sqlite3.dll library (WinXP) dynamically 
> loaded  rather than static linked into my Laz program ?
> The sqlite dll is not in the Windows path (by choice), and I would like 
> to be able to point my prog to it at run time.
> 
> At the moment, I just have the sqlitedb unit in the 'uses' of my app.

The SQLDB sqlite connection loads the library dynamically.

Michael.
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to