Help Center
Help CenterFreeBASIC

#inclibkeyword

Preprocessor directive

Preprocessorkeyworddocumented

Syntax

#inclib "libname"

Description


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

Remarks

Differences from QB


  • New to FreeBASIC

See also


Example


'' incomplete code snippet



'' this will include libmystuff.a in the link process

#inclib "mystuff" 


Reference

  • Documented in KeyPgInclib.html