> My question is how to find depend pas or lpk

Make a good use of "find in files" feature. Dependency on external library
can only be achieved in three ways (AFAIR):
- {$LINKLIB libname} directive
- external 'libname' procedure modifier
- -k<pass library to linker>

Packages have linking options greyed out AFAIK, so 3rd way is not possible.
The other two can be easily searched using "external 'sqlite3'" or
"{$LINKLIB sqlite3}" against your packages directories.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Another-Where-is-Error-tp4039634p4039641.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to