Skip to content

#INCLIB


Preprocessor directive

Syntax

` #inclib "libname"

`

Description

Includes a library in the linking process as if the user specified -l libname on the command line.

Examples

start GeSHi

'' incomplete code snippet

'' this will include libmystuff.a in the link process
#inclib "mystuff"

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft