[Lazarus] Another Where is Error
leledumbo
leledumbo_cool at yahoo.co.id
Wed Dec 3 06:25:55 CET 2014
> 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.
More information about the Lazarus
mailing list